.about-set .cont-wrap h2 {
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;
    max-width: 438px;
    margin-top: 0px;
    margin-bottom: 48px;
}
.about-set .cont-wrap h2 span {
    font-weight: 700;
    color: #4792C2;
}
.about-set .cont-wrap p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 48px;
}
.about-set .content-wrap p {
    color: #666666;
    text-align: center;
    max-width: 1140px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 0px;
}
.about-set .service-box {
    border: 1px solid #F2F2F2;
    padding: 40px 40px;
    border-radius: 20px;
    height: 100%;
}
.about-set .service-box:hover {
    background: #F2F9FF;
}
.about-set .service-box:hover h6 {
    color: #111111;
}
.about-set .service-box h3 {
    font-weight: 600;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 22px;
}
.about-set .service-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 120px;
}
.about-set .service-box p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 0px;
}
.about-set .about-swiper {
    position: relative;
}
.about-set .custom-slider-arrows {
    position: absolute;
    width: 100%;
    transform: translateY(-60%);
    z-index: 99;
    top: 60%;
}
.about-set .swiper-button-prev,
.about-set .swiper-button-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.about-set .swiper-button-prev {
    left: -25px;
    right: auto;
}
.about-set .swiper-button-next {
    right: -25px;
    left: auto;
}
.about-set .swiper-pagination {
    bottom: -32px;
}
@media(max-width: 1399px) {
    .about-set .swiper-button-prev {
        left: 0px;
    }
    .about-set .swiper-button-next {
        right: 0px;
    }
}
@media(max-width: 1199px) {
    .about-set .service-box h3 {
        margin-bottom: 15px;
    }
    .about-set .service-box img {
        margin-bottom: 60px;
    }
}
@media(max-width: 991px) {
    .about-set .cont-wrap h2 {
        margin-bottom: 30px;
    }
    .about-set .cont-wrap p {
        margin-bottom: 30px;
    }
    .about-set .service-box {
        padding: 20px 35px;
    }
    .about-set .service-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 50px
    }
    .about-set .service-box h3 {
        margin-bottom: 5px;
    }
}
@media(max-width: 767px) {
    .about-set .content-wrap p {
        text-align: left;
    }
    .about-set .cont-wrap h2 {
        margin-bottom: 15px;
    }
    .about-set .service-box img {
        margin-bottom: 64px;
    }
}