.news .news__teaser {
  position: relative;
  background-color: #fff;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
  padding-top: 60px;
}
.news .news__teaser-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.news .news__teaser-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news .news__teaser-title {
  position: relative;
  margin: 0;
  z-index: 2;
  font-weight: 600;
}
.news .news__teaser-type {
  position: relative;
  color: #3486db;
  font-size: 0.7rem;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  border-radius: 20px;
  z-index: 1;
}
.news .news__date {
  color: #3486db;
  font-size: 0.8rem;
  margin: 0;
}
.news .news__text {
  color: #333;
  font-size: 0.85rem;
}
.news-details .news-details__title {
  margin: 15px 0 35px 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.news-details .news-details__img,
.news-details img {
  border-radius: 6px;
}
.news-details .link,
.news-details a {
  color: #3486db;
  text-decoration: underline;
  cursor: pointer;
}
