/* Babcock Service Heading Alignment, Navigation & Clickable Cards v1.3.0 */
body.home #services .service-comfort-card.bsha-clickable-service-card-v130,
body.front-page #services .service-comfort-card.bsha-clickable-service-card-v130 {
    cursor: pointer;
}

body.home #services .service-comfort-card.bsha-clickable-service-card-v130:focus-within,
body.front-page #services .service-comfort-card.bsha-clickable-service-card-v130:focus-within {
    outline: 3px solid var(--sage-mid, #66785f);
    outline-offset: 4px;
}

