.news-slider {
    overflow: hidden;
    position: relative;
}

.news-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.news-date {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 30px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0px;
}
.news-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    text-decoration-line: underline;
    margin-top: 10px;
    color: #000000;
    padding-right: 20px;
}
.news-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    color: #000000;
    overflow: hidden;
    height: 60px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.img-block {
    height: 100%;
    display: inline-block;
    width: 100%;
}
.news-slider .swiper-button-next {
    top: 30%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: '' !important;
	background-image: none !important;
}
.news-slider .swiper-button-prev {
    top: 30%;
}

.swiper-button-prev {
    background-image: none !important;
    background-repeat: no-repeat;
    width: 53px;
    left: 35px;
transform: none;
    height: 53px;
    border-radius: 50px;
    background-position: center;
    padding: 15px 21px;
    background-color: #F0F0F0;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 15%);
}
.swiper-button-next {
    background-image: none !important;
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
transform: none;
    right: 35px;
    border-radius: 50px;
    background-position: center;
    padding: 15px 21px;
    background-color: #F0F0F0;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 15%);
}
