.news-slider .swiper-button-next, .news-slider .swiper-button-prev{
  color:rgba(5, 130, 138, 1);
}
.news__title-general{
  font-weight: 700;
  font-size: 65px;
}
#news{
  margin:80px 0;
  position:relative;
}
.news{
  background: rgba(255, 255, 255, 1);
  padding:60px 0;
  margin-top:30px;
}
.news__item{
  background: rgba(246, 248, 250, 1);
  padding:20px 18px 35px 18px;
  border-radius: 30px;
}
.news__img{
  border-radius: 30px;
  overflow: hidden;
}
.news__title{
  margin:20px 0;
}
.news__title h2{
  color:rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 600;
}
.news__title span{
  display: block;
  color:rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 300;
}
.news__text p{
  color:rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 300;
  margin-bottom:10px;
}
.news__btn a{
  width: 159px;
  height: 53px;
  border:solid 5px rgba(5, 130, 138, 1);
  color:rgba(5, 130, 138, 1);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  margin:24px auto 0 auto;
  transition: all .3s;
}
.news__btn a:hover{
  background: #05828a;
  color:#fff;
}
.swiper-wrapper-box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:30px;
}
@media only screen and (max-width: 1670px) {
    .news__title-general{
      font-size: 48px;
    }
}
@media only screen and (max-width: 1200px) {
      
}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .news__title-general {
    font-size: 30px;
  }
  .news__title h2{
    font-size: 20px;
  }
  .news__title span{
    font-size: 16px;
  }
  .news__btn a{
    width: 130px;
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  
}