.site-main__news .title {
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
  font-weight: 900;
  line-height: 1.4em;
}
.site-main__news .info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__news .info {
    margin-top: 20px;
  }
}
.site-main__news .info .date {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__news .info .date {
    margin-right: 15px;
  }
}
.site-main__news .info .cat {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-family: "Poppins", sans-serif;
  color: #DB392A;
}
@media screen and (min-width: 1024px) {
  .site-main__news .info .cat {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.site-main__news .content {
  margin: 25px 0 5px;
  padding: 25px 0 5px;
  border-top: 1px solid #DB392A;
  border-bottom: 1px solid #DB392A;
}
@media screen and (min-width: 768px) {
  .site-main__news .content {
    margin: 40px 0 20px;
    padding: 40px 0 20px;
  }
}
.site-main__news .content h1, .site-main__news .content h2, .site-main__news .content h3, .site-main__news .content h4, .site-main__news .content h5, .site-main__news .content h6, .site-main__news .content p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h1, .site-main__news .content h2, .site-main__news .content h3, .site-main__news .content h4, .site-main__news .content h5, .site-main__news .content h6, .site-main__news .content p {
    margin-bottom: 30px;
  }
}
.site-main__news .content h1 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h1 {
    font-size: 40px;
  }
}
.site-main__news .content h2 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h2 {
    font-size: 32px;
  }
}
.site-main__news .content h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h3 {
    font-size: 24px;
  }
}
.site-main__news .content h4 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h4 {
    font-size: 20px;
  }
}
.site-main__news .content h5 {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h5 {
    font-size: 18px;
  }
}
.site-main__news .content h6 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .site-main__news .content h6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .content h6 {
    font-size: 16px;
  }
}
.site-main__news .content p a {
  text-decoration: underline;
}
.site-main__news .pagination {
  margin-top: clamp(1.563rem, 0.852rem + 3.03vw, 3.125rem);
}
.site-main__news .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-main__news .pagination .page-numbers li:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .site-main__news .pagination .page-numbers li:not(:first-child) {
    margin-left: 10px;
  }
}
.site-main__news .pagination .page-numbers li span, .site-main__news .pagination .page-numbers li a {
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid #DB392A;
}
@media screen and (min-width: 768px) {
  .site-main__news .pagination .page-numbers li span, .site-main__news .pagination .page-numbers li a {
    padding: 12px 14px;
  }
}
.site-main__news .pagination .page-numbers li .current {
  background: #DB392A;
  color: #fff;
}
.site-main__news .pagination .page-numbers li .dots {
  padding: 10px;
  border: none;
}
@media screen and (min-width: 768px) {
  .site-main__news .pagination .page-numbers li .dots {
    padding: 12px;
  }
}