/* RHVA V109 - Pre-footer CTA spacing on subpages */
html body .rhv-v109-pre-footer-cta {
    margin-top: 34px !important;
    margin-bottom: 42px !important;
}
@media(max-width: 768px){
    html body .rhv-v109-pre-footer-cta {
        margin-top: 26px !important;
        margin-bottom: 32px !important;
    }
}