#news {
  margin-bottom: 70px;
}

.news-card {
  gap: 30px;
}

.news-card-img {
  aspect-ratio: 3/2;
}

.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.news-card-info {
  gap: 30px;
}

.news-card-info p {
  -webkit-line-clamp: 5;
}

.news-card-info a {
  font-size: 16px;
}

.divider {
  width: 100%;
  background: #737373;
  height: 1px;
  margin: 40px 0;
}

.news-header{
    margin: 30px 0;
}

/* .news-header-img{
    border-radius: 8px;
    overflow: hidden;
} */

.news-header-info{
    margin-top: 30px;
}

.news-slide{
    max-height: 300px;
    aspect-ratio: 3/2;
    border-radius: 8px;
    overflow: hidden;
}

.news-header-info li ,.news-body p{
  color: #4c4e49;
  font-family: var(--open-sans);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.swiper-button-next::after,.swiper-button-prev::after{
    content: '' !important;
}