.contact-us {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.contact-us-text-section, .opening-hours-container {
    margin: 0em 1em;
}

.contact-us-text-section h1::after, .map-container h1::after {
    content: ' ';
    display: block;
    margin: 16px 0;
    width: 40px;
    height: 8px;
    background: #f2e400;
}

.contact-us-text-section .rich-text {
    line-height: 1.4em;
}

.contact-us-text-section .rich-text ul {
    line-height: 1.8em;
}

.map-container {
    margin: 0em 1em;
}

.map-container div {
    margin-bottom: 1em;
}


.footer-dark {
    background: #58636e;
    color: white;
}


@media only screen and (min-width: 768px) {
    .contact-us {
        width: 1200px;
        display: block;
        margin: auto;
    }

    .contact-us-text-section div, .opening-hours {
        margin: 0em 2em;
    }
}

