.cst_SERVICE_BTN .btn-primary {color: #fff; border-color: #e52124; background: #e52124;}

/* jwjakec - changes size of logo in header */
img.dealer-path-override-img {
    height: 60px;
}

/* jwjakec - centers the icon on service page */
.transition-property-background-color.transition-timing-function-standard.transition-duration-lg.cta-foreground {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - centers the text on service page */
.ws-content-cta .cta-content>* {
    display: block;
    margin-left: auto;
    margin-right: auto;
}