@media screen and (min-width: 576px) and (max-width: 1025px) {
  .article-template__content-wrapper {
    padding-left: 20px;
  }
}

.blog__button-wrapper .button {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  letter-spacing: 0.17em;
  color: #070e3e;
}

.blog__slider .swiper-wrapper {
  gap: 8px;
}
