.posts .post__image img, .hero-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-blog {
  background-color: #161616;
}
@media (min-width: 84.625em) {
  .hero-blog {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem )) {
    .hero-blog {
      margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 3.1841046278rem  +  2.5150905433vw , 5.3125rem )) {
    .hero-blog {
      margin-bottom: calc(3.75rem + 1.5625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog {
    margin-bottom: 3.75rem;
  }
}
.hero-blog__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 100px;
  gap: 30px;
}
@media (max-width: 992px) {
  .hero-blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.hero-blog__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
@media (max-width: 992px) {
  .hero-blog__left {
    max-width: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 992px) and (min-width: 84.625em) {
  .hero-blog__left {
    padding-top: 6.25rem;
  }
}
@media (max-width: 992px) and (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .hero-blog__left {
      padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem );
    }
  }
  @supports not (padding-top: clamp( 3.75rem , 2.8445674044rem  +  4.0241448692vw , 6.25rem )) {
    .hero-blog__left {
      padding-top: calc(3.75rem + 2.5 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 992px) and (max-width: 22.5em) {
  .hero-blog__left {
    padding-top: 3.75rem;
  }
}
.hero-blog__title {
  color: #FFF;
  font-family: "Peridot PE Variable";
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 84.625em) {
  .hero-blog__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem )) {
    .hero-blog__title {
      font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.592555332rem  +  1.8108651911vw , 3.125rem )) {
    .hero-blog__title {
      font-size: calc(2rem + 1.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__title {
    font-size: 2rem;
  }
}
@media (min-width: 84.625em) {
  .hero-blog__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .hero-blog__title {
      margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.0236418511rem  +  1.0060362173vw , 1.875rem )) {
    .hero-blog__title {
      margin-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__title {
    margin-bottom: 1.25rem;
  }
}
.hero-blog__text {
  color: #797979;
  font-family: "Peridot PE Variable";
  font-size: 16px !important;
  font-weight: 400;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
@media (min-width: 84.625em) {
  .hero-blog__right {
    width: 38.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem )) {
    .hero-blog__right {
      width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem );
    }
  }
  @supports not (width: clamp( 22.5rem , 16.6146881288rem  +  26.1569416499vw , 38.75rem )) {
    .hero-blog__right {
      width: calc(22.5rem + 16.25 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .hero-blog__right {
    width: 22.5rem;
  }
}
@media (max-width: 992px) {
  .hero-blog__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero-blog__img {
  max-width: 620px;
  overflow: hidden;
}
.hero-blog__img img {
  aspect-ratio: 620/645;
}

@media (min-width: 84.625em) {
  .posts {
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 84.625em) {
  @supports (margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .posts {
      margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 5rem , 3.8682092555rem  +  5.0301810865vw , 8.125rem )) {
    .posts {
      margin-bottom: calc(5rem + 3.125 * (100vw - 22.5rem) / 62.125);
    }
  }
}
@media (max-width: 22.5em) {
  .posts {
    margin-bottom: 5rem;
  }
}
.posts__block {
  margin: 0 auto;
  max-width: 988px;
  margin: 0 auto;
  max-width: 988px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media (max-width: 992px) {
  .posts__block {
    gap: 50px;
  }
}
.posts a.posts__post.post {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background-color: #FFF;
  width: 316px;
  min-height: 369px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(22, 22, 22, 0.2);
          box-shadow: 0 4px 15px 0 rgba(22, 22, 22, 0.2);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.posts .post:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.posts .post__image {
  border-radius: 5px;
  width: 100%;
  height: 165px !important;
  margin-bottom: 18px;
  overflow: hidden;
}
.posts .post__title {
  margin-bottom: 11px;
}
.posts .post__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  min-height: 0;
}
.posts .post__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.posts .post__arrow-label {
  width: 24px;
  height: 24px;
  background-color: #D1F801;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 40px;
  z-index: 3;
}
.pagination a, .pagination span {
  padding: 10px 16px;
  border: 1px solid #161616;
  border-radius: 6px;
  font-family: "Peridot PE Variable";
  font-size: 16px;
  line-height: 1;
  color: #161616;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  background-color: #161616;
  color: #FFF;
}
.pagination .current {
  background-color: #D1F801;
  border-color: #D1F801;
  color: #FFF;
}