.subscribe {
    margin: 5rem 0rem 0rem 0rem !important;
}

.subscribe .button {
    margin: 3rem 0rem;
}

.subscribe>.cover>.connect>h3 {
    font-size: 2.5rem;
}

.map {
    width: 100vw !important;
    height: 25rem;
    margin: 5rem 0rem 8rem 0rem;
}

.map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 769px) {

    .subscribe {
        margin: 5rem auto 0rem auto !important;
        padding-top: 0rem !important;
    }

    .map {
        margin: 3rem 0rem 8rem 0rem;
        height: 20rem;
    }

}