/* 
Theme Name:		 Cleaning Space Services Theme
Theme URI:		 https://git.ceb02.ds.network/wordpress-setup-essentials/divi-sass-setup/
Description:	 Your Space, our Priority
Author:			 Crazy Domains
Template:		 Divi
Version:		 3.1.1
Text Domain:	 divi-child
*/

#cta-banner-header .et_pb_row .left-col .et_pb_blurb .et_pb_blurb_content {

    display: flex;
    align-items: center;
    justify-content: end;
}

#cta-banner-header .et_pb_row .right-col .et_pb_blurb .et_pb_blurb_content {

    display: flex;
    align-items: center;
    justify-content: start;
}


#cta-banner-header .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{

    margin: 0px;
}


#cta-banner-header .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4{

    display: none;
}

#aged-service-section .et_pb_row .et_pb_column .et_pb_image  {

    width: 100%;
    height: 100%;

}

#aged-service-section .et_pb_row .et_pb_column .et_pb_image  .et_pb_image_wrap {

    width: 100%;
    height: 100%;

}

#aged-service-section .et_pb_row .et_pb_column .et_pb_image  .et_pb_image_wrap img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%;

}

@media only screen and (min-width: 981px) {
 
    #aged-service-section .et_pb_row   {

    display: flex;

  }
}
