@charset "UTF-8";

.location {
    line-height: 1.7;
}
.location__title {
    font-weight: bold;
}
.location__description {
    margin-bottom: 30px;
}
.location__map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}
.location__map--local {
    height: 200px;
}

@media screen and (min-width: 768px) {
    .location__details {
        display: flex;
    }
    .location__text {
        width: calc(50% - 40px);
        margin-right: 40px;
    }
    .location__map {
        width: 50%;
        height: 500px;
        margin-top: 0;
    }
    .location__text--local {
        width: calc(60% - 40px);
    }
    .location__map--local {
        width: 40%;
        height: 240px;
    }
}
