.news {
  color: #261d9c;
}

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

.news h2 {
  width: 300px;
}

.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: #f07614;
  background: -moz-linear-gradient(100deg, #f07614 0%, rgba(233,173,143,1) 48%, #261d9c 100%);
  background: -webkit-linear-gradient(100deg, #f07614 0%, rgba(233,173,143,1) 48%, #261d9c 100%);
  background: linear-gradient(100deg, #f07614 0%, rgba(233,173,143,1) 48%, #261d9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f07614",endColorstr="#261d9c",GradientType=1);
}

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

.news__padding {
  padding: 30px;
}

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

.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;
  text-align:justify;
}

.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,
.news__box:hover .news__date{
  background: #f07614;
	color:white;
}

.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;
  }
}
