.setWidth .swiper-slide {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
}
.dark-linear {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 39%
    );
}
@media (max-width: 1200px) {
    .setWidth .swiper-slide {
        width: calc((100% - 60px) / 4);
        margin-right: 15px;
    }
}
@media (max-width: 992px) {
    .setWidth .swiper-slide {
        width: calc((100% - 60px) / 3);
        margin-right: 15px;
    }
    .service-banner {
        height: 300px !important;
    }
}
@media (max-width: 768px) {
    .setWidth .swiper-slide {
        width: calc((100% - 60px) / 2);
        margin-right: 15px;
    }
}

.thumbImg {
    max-width: 100%;
    max-height: 150px;
    min-width: 100%;
    min-height: 150px;
}
.ellipse-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
