



.service-image-text-left-right {
    background-color: #FBFAF5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-image-text-left-right .image-text-half-item {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-image-text-left-right .image-text-half-item .text-block,.service-image-text-left-right .image-text-half-item .image-block {
    width: 50%;
}
.service-image-text-left-right .image-text-half-item.image-right .image-block {
    padding-left: 40px;
}
.service-image-text-left-right .image-text-half-item.image-left .image-block {
    padding-right: 40px;
    order: 1;
}
.service-image-text-left-right .image-text-half-item.image-left .text-block,
.service-image-text-left-right .image-text-half-item.image-right .image-block {
    order: 2;
}
.service-image-text-left-right .image-text-half-item.image-right .text-block {
    order: 1;
}
.service-image-text-left-right .image-text-half-item .text-block h2 {
    margin-bottom: 30px;
}
.service-image-text-left-right .image-text-half-item .text-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-image-text-left-right .image-text-half-item .text-block ul li {
    font-size: 16px;
    line-height: 20px;
    color: #000024;
    font-weight: 700;
    margin-top: 16px;
    background-image: url(../images/checkmark-icon.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
}
.service-image-text-left-right .image-text-half-item .text-block {
    padding-right: 20px;
}

.schedule-home-service .box {
    background-color: #FBFAF5;
    padding: 40px;
    text-align: center;
}
.schedule-home-service .box p {
    margin-top: 30px;
}
.schedule-home-service .box .buttons-wrapper {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
}
.schedule-home-service .box {
    background-color: #FBFAF5;
    padding: 40px;
    text-align: center;
}
.schedule-home-service .box p {
    margin-top: 30px;
}
.schedule-home-service .box .buttons-wrapper {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
}
.schedule-home-service .list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.schedule-home-service .list-items li {
    display: flex;
    align-items: center;
    padding: 10px;
}
.schedule-home-service .list-items li .icon {
    display: inline-flex;
    margin-right: 10px;
}



@media only screen and (max-width: 1199px) {
    .services-list-section .services-wrapper .service-item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .services-list-section .services-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media only screen and (max-width: 991px) {
    .service-image-text-half .text-block,
    .service-image-text-half .image-block,
    .service-areas .text-block,
    .service-areas .image-block,
    .service-image-text-left-right .image-text-half-item .text-block, 
    .service-image-text-left-right .image-text-half-item .image-block {
        width: 100%;
    }
    .service-image-text-half .image-block,.service-areas .image-block,
    .service-image-text-left-right .image-text-half-item.image-right .image-block {
        padding-left: 0;
    }
    .service-image-text-left-right .image-text-half-item.image-left .image-block {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .services-list-section .services-wrapper .service-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .services-list-section .services-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .faq-section .faq-block {
        width: 100%;
    }
}
