.main-blog {
  .section__header {
    padding-bottom: 32px;
    @media (max-width: 767px) {
      padding-bottom: 24px;
    }
  }
  .blocks-radius {
    border-radius: 4px;
  }
  .rich-text__buttons .btn {
    padding-top: 13px;
    padding-right: 32px;
    padding-bottom: 13px;
    padding-left: 32px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
  }
  .rich-text__buttons .btn:hover {
    opacity: 0.8;
  }
  .rich-text > *:first-child:is(.rich-text__subheading) {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: var(--font-heading-family);
  }
  .main-blog__block {
    margin-bottom: 32px;
    @media (max-width: 767px) {
      margin-bottom: 24px;
    }
  }
  .main-blog__tags a {
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    background: #f6f6f6;
    color: #000000;
  }
  .main-blog__tags a.active {
    background: #000000;
    color: #ffffff;
  }
  .main-blog__tags a:hover {
    opacity: 0.8;
  }

  .main-blog__tags ul {
    gap: 16px;
  }
  .main-blog__items {
    gap: 16px;
    @media (max-width: 767px) {
      gap: 24px;
    }
  }

  .pagination {
    margin-top: 32px;
    @media (max-width: 767px) {
      margin-top: 24px;
    }
  }

  .pagination__list {
    gap: 4px;
    a:not([href]) {
      color: #fff;
    }
  }
  .pagination__item--next,
  .pagination__item-arrow {
    width: 40px;
    height: 40px;
    padding-top: 1px;
    padding-right: 7px;
    padding-bottom: 1px;
    padding-left: 7px;
    border-radius: 100px;
    background-color: #f6f6f6;

    span {
      display: none;
    }
  }
}
.article-card__media {
  margin-bottom: 20px;
}
.image-aspect-ratio {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.article-card__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #3d4543;
}
.article-card__title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}
.article-card__excerpt {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3d4543;
}
.article-card__button {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  color: #b0b0b0;
  margin-top: 18px;
}
article.article {
  .article__wrapper {
    margin-top: -35.5rem;
    border-radius: 4px;
    padding: 48px 60px;
    @media (max-width: 767px) {
      margin-top: 0;
      padding: 16px;
    }
  }
  .article__date {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-heading-family);
  }
  .article__title {
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
  }
  .article__metas {
    margin-top: 20px;
    .article__meta,
    .article__meta {
      color: #3d4543;
    }
  }
  .article__content {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3d4543;
    h3 {
      font-weight: 700;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0px;
      text-transform: uppercase;
    }
  }
}

.article__block.article__footer {
  margin-top: 0px;
}
.related-posts {
  margin-bottom: 0px;
  .section__header {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media (max-width: 767px) {
      padding-bottom: 16px;
    }
  }
  .swiper-controls {
    gap: 12px;
  }
  h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: left;
    @media (max-width: 767px) {
      font-size: 24px;
      line-height: 28px;
    }
  }
  .related-posts__items {
    gap: 16px;
  }
}
.main-blog__featured_post .hero__content {
  padding: 80px 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
