
/* .loc-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

/* h1 {
    color: 333;
    margin-bottom: 60px;
} */

iframe {
    width: 100%;
    height: 500px;
}


.loc-container {
    display: flex;
}

.loc-address {
    height: 500px;
    width: 30%;
    display: flex;
}


.loc-map {
    height: 500px;
    width: 70%;
}

.loc-address-header {
    margin: auto;
    text-align: center;

    h2 {
        margin-top: 0px;
    }
}
