.elsa-news-block {
  background: #F4F4F4;
  text-align: center;
  padding: 80px 0;
}

.news-block-title {
  color: #000000;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 37px;
}

.home-news-item {
  padding: 0 20px;
  cursor: pointer;
}


/* .home-news-item:hover  {
    background: #C4C4C4;
    border-radius: 40px 40px 0 0;
} */

.home-news-item .news-img {
  aspect-ratio: 1200 / 645;
  border-radius: 10px;
}

.home-news-item .news-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: justify;
  color: #000000;
}

.home-news-item .news-text {
  color: #171F48;
  text-align: justify;
  font-size: 18px;
  line-height: 180%;
}

.home-news-item .news-title {
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  text-align: left;
  margin-top: 12px;
}

.home-news-item .news-text {
  margin-bottom: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  text-align: left;
}

.home-news-item>:last-child {
  margin-bottom: 0
}

.homepage-news-slider .slick-arrow {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 50px;
  border: 0;
  position: absolute;
  top: 80px;
  z-index: 100;
  box-shadow: 0px 0 8px 4px rgb(0 0 0 / 20%);
}

.homepage-news-slider .slick-prev {
  left: -30px;
  background-image: url("../../static/Icons-Logo/previous-button.svg");
}

.homepage-news-slider .slick-next {
  right: -30px;
  background-image: url("../../static/Icons-Logo/next-button.svg");
}

@media (min-width: 769px) {
  .swiper-container.homepage-news-slider {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .homepage-news-slider {
    padding-bottom: 32px !important;
  }

  .elsa-news-block>.max-width-allpage {
    padding: 0 !important;
  }

  .homepage-news-slider .home-news-item {
    width: 250px;
  }

  .homepage-news-slider .slick-arrow {
    top: 40px;
  }

  .homepage-news-slider .slick-prev {
    left: 0;
  }

  .homepage-news-slider .slick-prev {
    right: 0;
  }

  .home-news-item .news-title a {
    font-size: 20px;
    line-height: 1.2;
  }

  .home-news-item .news-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .news-block-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .elsa-news-block {
    padding: 30px 0;
  }
}
