@media screen and (min-width: 46.25em) {
    .rvt-c-hero__body {
        max-width: 50%!important;
    }
}

.rvt-c-promo {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.rvt-c-promo .rvt-card__title {
    margin-top: 1.5rem;
}

.rvt-c-promo .rvt-cta {
    display: block;
    margin-top: 1.5rem;
}

@media screen and (min-width: 40em) {
    .rvt-c-promo .rvt-card {
        align-items: center;
    }
    
    .rvt-c-promo .rvt-cta {
        display: inline-block;
        margin-right: 1.5rem;
    }

    .rvt-c-promo .rvt-cta:last-of-type {
        margin-right: 0;
    }
}

@media screen and (min-width: 46.25em) {
    .rvt-c-promo .rvt-card__title {
        margin-top: 0;
    }
}