/* s-news
======================================= */
.s-news__inner {
  padding-top: 2.5em;
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-news__inner {
    padding-top: 1.25em;
    padding-bottom: 5em;
  }
}
.s-news__columns {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .s-news__columns {
    margin-bottom: 2.5em;
  }
}
.s-news__main {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5em;
}
@media (max-width: 768px) {
  .s-news__main {
    padding: 1.25em;
  }
}
.s-news__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25em;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .s-news__info {
    margin-bottom: 1em;
  }
}
.s-news__info-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.s-news__info-cat {
  display: inline-block;
  font-size: 0.875em;
  color: #fff;
  padding: 0 1.25em;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #E6F5FF;
  color: #007CCF;
}
.s-news__info-date {
  color: #aaa;
  font-weight: 400;
}
@media (max-width: 768px) {
  .s-news__info-date {
    font-size: 0.8125em;
    margin-bottom: 0.25rem;
  }
}
.s-news__title {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .s-news__title {
    font-size: 1.5em;
    margin-bottom: 1rem;
  }
}
.s-news__related {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .s-news__related {
    margin-bottom: 2.5em;
  }
}
.s-news__related-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .s-news__related-title {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.s-news__related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em 5%;
}
@media (max-width: 1024px) {
  .s-news__related-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .s-news__related-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s-news__btn {
  margin: auto;
}