#news {
  margin-top: 70px;
  margin-bottom: 70px;
}
#news .header {
  text-align: center;
  margin: 50px auto;
}
#news .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
#news .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
#news .swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
#news .swiper .swiper-pagination {
  bottom: 0;
}
#news .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #19462C;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#news .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19462C;
  opacity: 1;
}
#news .swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
  width: 390px;
  height: 400px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
  transition: all 0.2s;
  color: #14171C;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 35px 0;
  text-align: center;
  overflow: hidden;
}
#news .swiper .card .img {
  width: 100%;
  height: 50%;
  transition: all 0.2s;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
#news .swiper .card span {
  color: #64748B;
  margin: 0 20px;
}
#news .swiper .card h1 {
  margin: 0 20px;
}
#news .swiper .card .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
}
#news .swiper .card .icon {
  font-size: 52px;
}
@media (min-width: 1921px) {
  #news .swiper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
  #news .swiper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
}
