.cta-subscribe{
    background-color:var(--secondary);
    border-radius: var(--border-radius-std);
    padding: 2rem;
}
@media screen and (min-width: 992px) {
    .cta-subscribe{
        background-image:url('/sincmstemplate/content/uniter/assets/images/hero.webp');
        background-size:60%;
        background-repeat:no-repeat;
        background-position:right center;
        padding: 3.75rem;
        min-height: 450px;
    }
}
.cta-subscribe .btn-primary{
    margin-top:2rem;
    margin-bottom:2rem;
}
@media screen and (min-width: 992px) {
    .cta-subscribe .btn-primary{
        margin-top:3rem;
        margin-bottom:3rem;
    }
}