@charset "UTF-8";
.section-news__title {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .section-news__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-news__title {
    font-size: 26px;
  }
}
.section-news .tns-outer {
  position: relative;
  padding: 0 25px;
}
.section-news .tns-outer button {
  position: absolute;
  z-index: 1;
  bottom: 14%;
  color: rgba(233, 67, 71, 0.8);
  transition: color linear 0.2s;
  font-weight: bold;
  font-size: 63px;
  border: none;
  background: transparent;
}
.section-news .tns-outer button:hover {
  color: rgba(233, 67, 71, 1);
}
.section-news .tns-outer button[data-controls=prev] {
  left: 11px;
}
.section-news .tns-outer button[data-controls=next] {
  right: 11px;
}
.section-news__body {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
}
.section-news__news {
  margin-bottom: 20px;
}
.section-news__news-item {
  padding-top: 1px;
  padding-bottom: 1px;
}
.section-news__news-item article {
  margin-left: 1px;
  margin-right: 1px;
}
.section-news__link a {
  color: #e94347;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.section-news__link a::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.section-news__link a:hover {
  color: #c8171c;
}
.section-news__link a.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #e94347;
}
@media screen and (max-width: 768px) {
  .section-news__news-item {
    border: solid 1px transparent;
  }
  .section-news__news-item article {
    margin-left: auto;
    margin-right: auto;
  }
  .section-news__title {
    text-align: center;
  }
  .section-news__body {
    text-align: center;
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-news__footer {
    text-align: center;
  }
}

/*# sourceMappingURL=news.css.map */
