.rp4wp-related-posts {
  width: 100%;
  overflow: hidden;
}

ul.rp4wp-posts-list {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: left;
}

ul.rp4wp-posts-list .rp4wp-col {
  width: 100% !important;
  margin-bottom: 30px !important;
  list-style: none !important;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

.rp4wp_component_wrapper {
  width: 100% !important;
  float: left;
}

.rp4wp_component {
  width: 100% !important;
  padding: 0 0 5% !important;
  box-sizing: border-box;
  float: left;
  overflow: hidden !important;
}

.rp4wp_component a {
  border: 0 !important;
}

.rp4wp_component_image a {
  display: block;
}

.rp4wp_component_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.rp4wp_component_title a {
  text-decoration: none !important;
  font-weight: bold;
  border: 0 !important;
}

@media (min-width: 768px) {
  ul.rp4wp-posts-list .rp4wp-col {
    width: 34.333333333333% !important;
    padding: 0 2% !important;
  }

  ul.rp4wp-posts-list .rp4wp-col-first {
    width: 32.333333333333% !important;
    padding-left: 0 !important;
    padding-right: 2% !important;
  }

  ul.rp4wp-posts-list .rp4wp-col-last {
    width: 32.333333333333% !important;
    padding-right: 0 !important;
    padding-left: 2% !important;
  }

  .rp4wp_component_wrapper {
    width: 50% !important;
  }

  .rp4wp_component_wrapper_left {
    padding-right: 5% !important;
  }

  .rp4wp_component_wrapper_right {
    padding-left: 5% !important;
  }
}

.rp4wp-related-posts h3 {
  margin: 0 0 15px;
  text-align: center;
  color: #000 !important;
}

.rp4wp_component_title {
  padding-bottom: 0 !important;
}

.rp4wp_component_title a {
  color: #000;
}

.rp4wp_component_title a:hover {
  color: #e41f49;
}

.rp4wp-posts-list .rp4wp_component_image a {
  display: block;
  position: relative;
}