.location-container:after {
    content: ''; display: block; clear: both;
}
.location-container {
    margin: 50px 0;
}
.location-container > h2 {
    font-size: 40px; text-align: center;
    margin: 0 0 15px;
}
.location-container > h3 {
    font-size: 16px; font-style: italic; font-weight: 400; text-align: center;
    text-transform: none;
}
.location-container > h4 {
    font-size: 16px; font-style: italic; font-weight: 400; text-align: justify;
    text-transform: none; margin: 60px 0;
}
.location-container .location-info {
    float: left; width: calc(50% - 10px); padding: 0 10px 0 0;
}
.location-container .location-info .table {
    width: 100%; border-collapse: collapse;
}
.location-container .location-info .table tr:first-child td {
    border-top: 2px solid #000;
}
.location-container .location-info .table tr td {
    border-bottom: 1px solid #e5e5e5; padding: 15px 10px;
    line-height: 1.5em;
}
.location-container .location-info .table tr td:first-child {
    text-align: center; background-color: #fafafa;
}
.location-container .location-map {
    float: left; width: 100%; margin: 0;
    border: none;
}
@media screen and (max-width: 850px) {
    .location-container .location-info {
        float: none; width: calc(100% - 10px);
    }
    .location-container .location-map {
        float: none; width: 100% !important; margin: 75px 0 0;
        border-top: 2px solid #000;
    }
}