@import url("main.inc.css");

/* Styles specific for services.inc.php */

/*
This stylesheet handles styles specific for services.inc.php.
It is included by index.php.


***************************
** Begin Default Styling **
*/

#services .content-right {
    margin-top: 96px;
    margin-bottom: 96px;
}

#services .cta-container {
    max-width: 312px;
}

/*
** End Default Styling **
*************************
*/

@media screen and (min-width: 900px) {

    #services .cta1 + .cta1 {
        margin-top: 48px;
        margin-left: unset;
    }

} /* End of 900px */

@media screen and (min-width: 1062px) {

    #services .cta-container {
        max-width: unset;
    }

    #services .cta1 + .cta1 {
        margin-top: unset;
        margin-left: 48px;
    }

} /* End of 1062px *