.news-cards {
  --padding-bottom-multiplier: 1;
  padding-bottom: calc(
    var(--section-margins) * var(--padding-bottom-multiplier)
  );
  position: relative;
  z-index: 1;
  background: rgba(222, 225, 239, 0.5);
  overflow: hidden;
}

.news-cards:not(.news-cards--has-cta) {
  --padding-bottom-multiplier: 1.75;
}

.news-cards > .container {
  position: relative;
}

.news-bg {
  --base-bottom: calc(var(--section-margins) * -1.75);
  --allowance-bottom: -95px;
  width: 415px;
  height: auto;
  position: absolute;
  bottom: calc(var(--base-bottom) + var(--allowance-bottom));
  right: -117px;
  z-index: -1;
}

.new-cards__headline {
  padding-right: 100px;
}

.new-cards__headline h2 {
  padding-bottom: 0;
}

.js-news {
  margin: 0 -16px;
}

.news-item {
  margin-top: 30px;
  padding: 0 16px;
}

.news {
  transition: box-shadow 0.3s var(--easing-standard);
}

.news:hover {
  box-shadow: 0 0 10px rgba(39, 59, 145, 0.25);
}

.js-news .slick-slide .news {
  background: #fff;
  display: block;
  border-radius: 0;
}

.js-news .slick-slide .news .news__img {
  height: 134px;
}

.news__img {
  margin-bottom: -20px;
}

.news__img img {
  border-radius: 0;
}

.news__details {
  padding: 20px;
  background: #fff;
  position: relative;
  border-radius: 0;
}

.news__title {
  padding-bottom: 4px;
  color: #273b91;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.news__details p {
  font-size: 10px;
  color: #404040;
}

.news__cta {
  margin: 0;
  padding: 0 0 12px 0;
  background: none;
  border: none;
  color: #273b91;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}

.news__author {
  border-top: 1px solid #dee1ef;
  color: #8cb23e;
  font-size: 10px;
  padding-top: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.news__author span {
  font-weight: 700;
}

.news-cards__btn {
  padding-top: 15px;
}

.js-news .slick-arrow {
  background: none;
  border: 1px solid #273b91;
  color: #273b91;
  top: -34px;
  box-shadow: none;
}

.js-news .slick-next {
  right: 16px;
  margin: 0;
}

.js-news .slick-prev {
  left: auto;
  right: 60px;
  margin: 0;
}

.js-news .slick-arrow:focus,
.js-news .slick-arrow:hover {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 10px rgba(39, 59, 145, 0.25);
}

@media (min-width: 480px) {
  .news {
    display: flex !important;
    flex-direction: column;
    height: 100%;
  }

  .news__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }

  .news__author {
    margin-top: auto;
    width: 100%;
  }
}

@media (min-width: 1366px) {
  .news__details {
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .news-cards {
    background: linear-gradient(
      45deg,
      rgba(222, 225, 239, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  .news-bg {
    --allowance-bottom: 156px;
    width: 472px;
    right: -82px;
  }

  .new-cards__headline {
    padding-right: 200px;
  }

  .new-cards__headline h2 {
    padding-bottom: 20px;
  }

  .js-news .slick-track {
    display: flex !important;
  }

  .js-news .slick-slide {
    height: inherit !important;
  }

  .js-news .slick-slide div {
    height: 100%;
  }

  .js-news .slick-slide .news {
    height: 100%;
  }

  .js-news .slick-slide .news div {
    height: auto;
  }

  .js-news .slick-slide .news .news__img {
    height: 140px;
  }

  .news__details {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .news-cards__btn {
    text-align: center;
  }

  .js-news .slick-prev {
    right: 78px;
  }

  .js-news {
    padding-top: 30px;
  }

  .news-item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .news {
    position: relative;
  }

  .news-wrap {
    max-width: 1112px;
    margin: 0 auto;
  }

  .news-bg {
    --allowance-bottom: -92px;
    width: 708px;
    right: -200px;
  }

  .cta-slant--prev .news-bg {
    bottom: -392px;
  }

  .new-cards__headline {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }

  .new-cards__headline h2 {
    padding-bottom: 0;
    width: 324px;
  }

  .new-cards__headline p {
    width: 615px;
  }

  .js-news .slick-slide .news .news__img {
    height: 170px;
  }

  .news__img {
    margin-bottom: -30px;
  }

  .news__details {
    padding: 32px;
  }

  .news__title {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .news__details p {
    font-size: 14px;
  }

  .news__cta {
    padding: 0 0 14px 0;
  }

  .news__author {
    font-size: 12px;
    padding-top: 14px;
  }

  .news-cards__btn {
    text-align: right;
    padding-right: 32px;
  }

  .js-news .slick-arrow {
    top: auto;
    bottom: -105px;
  }

  .js-news .slick-prev {
    left: 48px;
  }

  .js-news .slick-next {
    left: 110px;
  }

  .news-item {
    padding: 16px;
  }

  .js-news {
    padding-top: 14px;
  }

  .news-cards.cta-slant--prev {
    padding-bottom: 300px !important;
  }
}
