.news-press-area {
  background: #eefaff;
  padding: 70px 0 60px;
}

.news-press-area .section-heading h2,
.news-press-area .section-heading h2 span {
  color: #1888fa;
}

.news-press-carousel-wrap {
  position: relative;
}

.news-press-prev,
.news-press-next {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: calc((100% / 3) * (7 / 13) / 2 - 20px);
  border: none;
  border-radius: 50%;
  background: #1888fa;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  line-height: 40px;
  padding: 0;
  font-size: 18px;
}

.news-press-prev {
  left: 0;
}

.news-press-next {
  right: 0;
}

.news-press-prev:hover,
.news-press-next:hover {
  background: #fe920f;
}

.news-press-prev[hidden],
.news-press-next[hidden] {
  display: none !important;
}

.news-press-carousel .slick-list {
  margin: 0 -12px;
}

.news-press-carousel .slick-slide {
  float: none;
  height: inherit;
  display: flex;
  padding: 0 12px;
}

.news-press-carousel .slick-track {
  display: flex;
}

.news-press-carousel .slick-slide>div {
  display: flex;
  width: 100%;
  height: 100%;
}

.news-press-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  width: 100%;
}

.news-press-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 13 / 7;
  overflow: hidden;
  margin-bottom: 16px;
}

.news-press-card__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-press-card__date {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 400;
  color: #393939;
}

.news-press-card__title {
  margin: 0;
  min-height: 120px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #393939;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-press-card__link {
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1888fa;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-press-card__link:hover {
  color: #097bfa;
}

.news-press-carousel-wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.news-press-carousel-wrap .slick-dots[hidden] {
  display: none !important;
}

.news-press-carousel-wrap .slick-dots li {
  margin: 0 4px;
}

.news-press-carousel-wrap .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #cfd8e3;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.news-press-carousel-wrap .slick-dots li.slick-active button {
  background: #1888fa;
}

@media (max-width: 1023.98px) {
  .news-press-area {
    padding: 50px 15px 40px;
  }

  .news-press-prev,
  .news-press-next {
    margin-top: calc((100% / 2) * (7 / 13) / 2 - 20px);
  }

  .news-press-carousel .slick-list {
    margin: 0 -10px;
  }

  .news-press-carousel .slick-slide {
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .news-press-area {
    padding: 30px 15px;
  }

  .news-press-prev,
  .news-press-next {
    margin-top: calc(100% * (7 / 13) / 2 - 20px);
  }

  .news-press-carousel .slick-list {
    margin: 0 -8px;
  }

  .news-press-carousel .slick-slide {
    padding: 0 8px;
  }
}