body, html {
    height: 100%;
    width: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

.section-email-phone, .section-open-close, .section-address {
    border: 1px solid #e5e5e5;
    padding: 1rem;
    margin: 0.5rem 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.section-email-phone, .section-open-close {
    margin: 0 0 1vw;
}

.contact-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.contact-wrapper {
    flex: 1;
}

.contact-left, .contact-right {
    width: 40%;
}
.contact-left {
    margin-left: 9%;
}
.contact-right {
    margin-right: 9%;
}

main {
    position: relative;
    margin-top: 12vh;
}

h2 {
    text-align: left;
    font-size: 1.5em;
    margin: 0;
    font-weight: 300;
    filter: none !important;
}

p, td {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 200;
    filter: none !important;
}

iframe {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 5px;
}

h1 {
    position: relative;
    top: 2vh;
    text-align: center;
    font-size: 2em;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 801px) {
    .contact-left, .contact-right {
        margin-left: 5%;
        width: 90%;
        margin-right: 0;
    }
    iframe {
        height: 300px;
    }
}

@media (max-width: 373px) {
    .contact-main {
        font-size: 0.8rem;
    }
}