.news-list-section{
    padding-top: 7.644vw;
    padding-bottom: 5.156vw;
    overflow: hidden;
    display: none;
}
.news-list-section .section-title {
    margin-bottom: 4.489vw;
}
.news-list-section .news-item{
  background-color: #33D8E5;
  border-radius: 1.333vw;
  padding:  2vw;
  margin:0 0.911vw;
}
.news-list-section .news-item .image-block img {
    display: block;
    width: 100%;
    min-height: 18.622vw;
    max-height: 18.622vw;
    object-fit: cover;
}
.news-list-section .news-item .text-block h2{
    font-size: 1.689vw;
    line-height: 125%;
    color: #fff;
    font-weight: 500;
    margin-top: 2.533vw;
    margin-bottom: 1.956vw;
}
.news-list-section .slick-list{
    margin: 0 -0.911vw;
}
.news-list-section .slick-arrow {
    background-image: none;
    border: 0;
}
.news-list-section .slick-arrow svg{
    width: 1.111vw;
}
.news-list-section .slick-arrow.slick-prev{
    left: -4vw;
}
.news-list-section .slick-arrow.slick-next{
    right: -4vw;
}
.news-list-section .news-item .button-block{
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}
.news-list-section .news-block{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-list-section .news-item .button-block svg{
    width: 1.111vw;
    display: block;
}
.news-list-section .news-wrapper{
    margin-bottom: 4.756vw;
}
.news-list-section .view-all-news {
    text-align: center;
}
.news-list-section .view-all-news  a{
  color: #33D8E5;
  font-size: 1.6vw;
  letter-spacing: 4.68px;
  line-height: 2.222vw;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.news-list-section .view-all-news  a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #33D8E5;
    left: 0;
    bottom: -1px;

}
.news-list-section .view-all-news  a:hover::after{
    display: none;
}
.news-list-section .slick-track{
    display: flex !important;
}
.news-list-section .slick-track .news-item{
    height: auto;
}

@media(max-width:1199px){.news-list-section .news-item .image-block img{
    min-height: 233px;
    max-height: 233px;
}
.news-list-section .news-item {
    border-radius: 16px;
    padding: 20px;
    margin: 0 20px;
}
.news-list-section .slick-list{
    margin: 0 -20px;
}
.news-list-section .news-item .text-block h2{
    font-size: 28px;
    line-height: 125%;
}
.news-list-section{
    padding-top:100px;
    padding-bottom: 100px;
}
.news-list-section .section-title {
    margin-bottom: 65px;
}
.news-list-section .news-item .button-block svg,.news-list-section .slick-arrow svg{
    width: 16px;
}
.news-list-section .news-wrapper{
    margin-bottom: 80px;
 }
 .news-list-section .slick-arrow.slick-prev{
    left: -40px;
 }
 .news-list-section .slick-arrow.slick-next{
    right: -40px;
 }
 .news-list-section .view-all-news a{
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 2.34px;
 }
}
@media(max-width:767px){
    .news-list-section .slick-arrow svg,.news-list-section .news-item .button-block svg {
        width: 15px;
    }
    .news-list-section .slick-arrow.slick-prev {
        left: -10px;
    }
    .news-list-section .slick-arrow.slick-next {
        right: -10px;
    }
    .news-list-section .news-wrapper{
        padding: 0 32px;
    }
    .news-list-section .news-item {
        border-radius: 16px;
        padding: 18px;
    }
    .news-list-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .news-list-section .section-title {
        margin-bottom: 78px;
    }
    .news-list-section .section-title h2{
        line-height: 50px;
    }
    .news-list-section .news-item .text-block h2 {
        font-size: 18px;
        margin: 34px 0 16px;
    }
    .news-list-section .news-wrapper {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 380px){
    .news-list-section .section-title h2{
        line-height: 36px;
    }
}