.footer {
    background: #333;
    margin-top: 3rem;
    padding: 4rem 0;
}

.footer__brand-text {
    margin-top: 1.5rem;
}

.brand__social-media {
    margin-top: 1.5rem;
}

.brand__social-media-item {
    display: inline;
    margin-right: 1.5rem;
}

.footer__contact-container {
    margin-top: 3rem;
}

.footer__contact-title {
    color: #fff;
    font-weight: 700;
}

.footer__address {
    margin-top: 1.5rem;
}

.footer__map {
    margin-top: 3rem;
    width: 100%;
    height: 30rem;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .footer {
        margin-top: 8rem;

    }
}

@media (min-width: 900px) {
    .footer {
        margin-top: 10rem;
        
    }

    .footer__container {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }

    .footer__brand-container {
        margin-right: 3rem;
    }

    .footer__contact-container {
        margin-top: 0;
    }

    .footer__map {
        margin-top: 0;
    }
}