#news .swiper-slide {
  box-shadow: 0px 4px 16.5px rgba(0, 0, 0, 0.10);
}

#news .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 36px;
  height: 400px;
}

#news .swiper-div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
}

#news img {
  height: 40%;
  object-fit: cover;
}

#news h6 {
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
}

#news h5 {
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 50px;
}

#news h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#news a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

#news .swiper {
  margin-right: -25vw;
}

