/**
 * Theme Name: Divi-Child
 * Template:   Divi
 * ...other header fields
 */

#main-content .carpet_cleaner_home_blurbs_v1 .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:before,
.carpet_cleaner_home_blurbs_v2 .et_pb_blurb .et_pb_module_header:after {
    background: #2873ff !important;
}

#main-content .carpet_cleaner_home_testimonial .et_pb_row:last-child {
    @media screen and (max-width: 980px) {
        display: flex !important;
        max-width: 100% !important;
    }
}

body #main-content .carpet_cleaner_home_testimonial .et_pb_testimonial{
    @media screen and (max-width: 980px) {
        padding-bottom: 30px !important;
    }
}

footer .pegasus-footer2 .et_pb_row {
    @media screen and (max-width: 980px) {
        display: flex !important;
    }
}

@media only screen and (max-width: 1600px) {
    #main-content .carpet_cleaner_home_header .et_pb_row:last-child, 
    #main-content .carpet_cleaner_home_testimonial .et_pb_row:last-child,
    #main-content .carpet_cleaner_home_cta .et_pb_row:last-child {
        max-width: 85% !important;
    }
}

