.tanthos-news-section {
  color: var(--text-color);
  background: #f5f5f5;
  padding: 60px 24px 60px 0;
}
.tanthos-news-section .container {
  max-width: 1720px;
}
.tanthos-news-section .tanthos-news-header {
  text-align: center;
  margin-bottom: 70px;
}
.tanthos-news-section .swiper-pagination{
  display: none;
}
.tanthos-news-section .swiper-pagination-bullet-active{
  background: var(--color-primary);
}
.tanthos-news-section .tanthos-news-title {
  font-size:clamp(22px, 3.15vw, 60px);
  font-weight:700;
  color: var(--text-color);
  letter-spacing: 2.5%;
}
.tanthos-news-section .tanthos-news-item-title {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.12px;
  margin-top: 20px;
}
.tanthos-news-section .tanthos-news-item-title:hover{color:var(--color-primary)}


.tanthos-news-section .tanthos-news-item-desc,
.tanthos-news-section .tanthos-news-item-date {
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.18px;
  margin-top: 10px;
}

.tanthos-news-section .tanthos-news-first {
  width: 54%;
}
.tanthos-news-section .tanthos-news-list {
  width: 34%;
  position: relative;
}
.tanthos-news-section .swiper-button-next:after,
.tanthos-news-section .swiper-button-prev:after {
  color: var(--text-color) !important;
  font-size: 20px !important;
  position: absolute;
  top: -100%;
}
.tanthos-news-section .swiper-button-next:after {
  right: -50px;
}
.tanthos-news-section .swiper-button-prev:after {
  left: -50px;
}
.tanthos-news-section .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tanthos-news-content {
  display: flex;
  justify-content: space-around;
}
.tanthos-news-section .swiper-container{
  height: 100%;
}
.tanthos-news-section  .swiper-slide-img{
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .tanthos-news-section {
    padding: 32px 24px 32px 0;
  }
  .tanthos-news-section .tanthos-news-item-title {
    font-size: 18px;
  }
  .tanthos-news-section .tanthos-news-item-desc,
  .tanthos-news-section .tanthos-news-item-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .tanthos-news-section {
    padding: 32px 24px;
  }
  .tanthos-news-first {
    display: none;
  }
  .tanthos-news-section .container {
  max-width: 960px;
}
  .tanthos-news-section .swiper-button-next:after,
  .tanthos-news-section .swiper-button-prev:after {
    content: "";
    display: none;
  }
  .tanthos-news-section .tanthos-news-list {
    width: 100%;
    position: relative;
  }
  .tanthos-news-section .tanthos-news-header {
    text-align: left;
    margin-left: -15px;
    margin-bottom: 30px;
  }
  .tanthos-news-section .swiper-pagination{
    display: block;
    top: -30px;
    left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .tanthos-news-section .tanthos-news-item-title {
    font-size: 20px;
  }
  .tanthos-news-section .tanthos-news-item-desc,
  .tanthos-news-section .tanthos-news-item-date {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .tanthos-news-section{
    padding: 20px 24px;
  }
  .tanthos-news-section .tanthos-news-item-title {
    font-size: 14px;
    margin-top: 15px;
  }
  .tanthos-news-section .tanthos-news-item-desc,
  .tanthos-news-section .tanthos-news-item-date {
    font-size: 10px;
    margin-top: 6px;
  }
}
