.related_blogs {
  padding-top: 50px;
  padding-bottom: 50px;
}
.related_blogs.layout_1 {
  background-color: var(--light-gray-bg);
}
.related_blogs.layout_1 .related_blogs__title {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.related_blogs.layout_1 .related_blogs__title .button-stars {
  margin-top: 0;
}
@media (max-width: 767px) {
  .related_blogs.layout_1 .related_blogs__title .button-stars {
    display: none;
  }
}
.related_blogs.layout_1 .related_blogs__title h2 {
  margin-bottom: 0;
}
.related_blogs.layout_1 .col-sm-6 .related_blogs__item--image {
  padding-top: 45%;
}
.related_blogs.layout_1 .col-sm-6 .related_blogs__item--content__title {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .related_blogs.layout_1 .related_blogs__footer {
    display: none;
  }
}
.related_blogs.archive_style .row {
  justify-content: center;
}
.related_blogs.default .row {
  justify-content: center;
}
.related_blogs__title {
  text-align: center;
}
.related_blogs__title h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #68315B;
  margin-top: 0;
  margin-bottom: 35px;
}
.related_blogs__item {
  display: block;
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  overflow: hidden;
  height: calc(100% - 40px);
  transition: all 0.3s ease;
  background-color: #fff;
}
.related_blogs__item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.related_blogs__item--image {
  position: relative;
  overflow: hidden;
  padding-top: 65%;
}
.related_blogs__item--image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.related_blogs__item--content {
  padding: 0 20px 20px 20px;
}
.related_blogs__item--content__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #68315B;
  margin-top: 15px;
  margin-bottom: 5px;
}
.related_blogs__item--content__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #777777;
  margin-bottom: 10px;
}
.related_blogs__item--content__excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.related_blogs__footer {
  text-align: center;
}
.related_blogs__footer a {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 19px 70px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #F82434;
  display: inline-block;
  transition: all 0.3s ease;
}
.related_blogs__footer a:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
