.location {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .location {
        text-align: center;
        height: 100vh;
    }
}