@charset 'UTF-8';

/* Ribbon Block
 *********************************** */
.news__section {
  margin-top: 2.4rem;
  line-height: 1.428;
}

.news__list-item {
  margin-top: 24px;
}

.news__list-item > p:first-child {
  color: #970f06;
}

.news__list-item-title {
  margin-top: 6px;
  padding-bottom: 12px;
  line-height: 1.33;
  font-size: 24px;
  border-bottom: 1px solid #fc8524;
}

.news__list-item-text {
  margin-top: 12px;
}

.news__list-item-text a:link,
.news__list-item-text a:visited,
.news__list-item-text a:hover,
.news__list-item-text a:active {
  text-decoration: underline;
  color: #fc8524;
  text-underline-offset: 6px;
}
