

.contact-banner {
    background: url('../images/contact/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-map{
    width: 100%;
    max-width: 45.625rem;
    height: 26.625rem;
}

.contact-panel{
    width: 100%;
    max-width: 45.625rem;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.219);
}
.container-contact{
    max-width: 700px;
/* background-color: red; */
}