#news-home .swiper-slide {
  box-shadow: 0px 4px 16.5px rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

#news-home .swiper-div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ffffff;
}

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

#news-home .swiper {
  /*margin-right: 0;*/
}

@media (min-width: 1401px) {
  #news-home .swiper {
    /*margin-right: -25vw;*/
  }
}

