.mmbanner.subscribe>div {
    background-size: 60% auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 200px;
    padding: 30px;
    color: #fff;
}

.mmbanner.subscribe .mmbanner-title {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    
    color: #fff;
    margin-bottom: 0.5rem;
}

.mmbanner.subscribe .mmbanner-subtitle {
    font-family: Cera;
    font-weight: 700;
    font-size: 28px;
    
    text-transform: uppercase;
    color: #fae100;
    margin-bottom: 0.5rem;
}

.mmbanner.subscribe .mmbanner-text {
    font-weight: 400;
    font-size: 22px;
    
    color: #fff;
    margin-bottom: 1.5rem;
}

.mmbanner.subscribe .mmbanner-text p:last-child {
    margin-bottom: 0;
}

.mmbanner.subscribe {
	padding: 0 40px;
	z-index: 3;
	transform: translateY(-50%);
	margin-bottom: -225px;
	position: relative;
}

@media (max-width: 991px) {
    .mmbanner.subscribe {
        padding: 0 calc(var(--bs-gutter-x, 1.5rem) / 2);
        margin-bottom: -75%;
    }

    .mmbanner.subscribe>div {
        background-position: bottom right !important;
        background-size: 140% auto !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 50%;
    }

    .mmbanner.subscribe .mmbanner-title {
        font-size: 24px;
    }

    .mmbanner.subscribe .mmbanner-subtitle {
        font-size: 16px;
    }
}