.news {
  color: #ac2c09;
}

.news .centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news h2 {
  width: 150px;
}

.news__wrap {
  margin-top: -25px;
  margin-right: 125px;
  width: calc(100% - 150px);
}

.news__box {
  position: relative;
}

.news__box:after {
  display: block;
  width: 100%;
  height: 5px;
  background: transparent;
  background-size: 150% auto;
}

.news__box:after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(228, 145, 120, 1)), to(rgba(175, 52, 19, 1)));
  background: linear-gradient(to right, rgba(228, 145, 120, 1) 0%, rgba(175, 52, 19, 1) 100%);
}

.news__box:last-child:after {
  display: none;
}

.news__padding {
  padding: 30px;
}

.news__date {
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #431003;
  margin-bottom: 5px
}

.news__title {
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.news__summary {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}

.news__link a:after {
  display: none
}

.news__box:hover {
  color: #fff;
  background: #e49178;
}

.news__more {
  display: none;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: underline;
}

@media(max-width:1140px) {
  .news__wrap {
    margin-right: 0;
  }
}

@media(max-width:860px) {
  .news .centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news h2 {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.5rem;
    width: 100%;
  }

  .news__wrap {
    margin-top: 0;
    width: 100%;
  }

  .news__padding {
    padding: 15px;
  }

  .news__date,
  .news__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .news__summary {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .news__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__more {
    display: block;
  }
}
