.swiper-slide img{
    filter: grayscale(0%) !important;
}

.services-one__icon{
    left: unset;
    right: -30px;
}
.services-one__title-box{
    padding-left: 0px;
    text-align: center;
}

.four_row{
    flex-wrap: nowrap;
}
@media(max-width: 1200px){
    .four_row{
        flex-wrap: wrap;
    }
}
.four_row_block{
    width: calc(100% / 4);
    min-height: 300px !important;
}
@media(max-width: 1200px){
    .four_row_block{
        width: calc(100% / 2);
    }
}
@media(max-width: 767px){
    .four_row_block{
        width: 100%;
    }
}

.services-one__icon{
    width: 100px;
    height: 100px;
}

.services-one__icon img{
    width: 100%;
}

.services-one__single-inner{
    padding-top: 20px;
}

@media(max-width: 650px){
    .mob_list{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 1000px){
    .mob_cta{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
}

#quote{
    background-image: url(../images/image.png);
    margin-bottom: 40px;
}