.main--contact-background {
    background-color: #fafafa;
}

.contact {
    text-align: center;
    margin: auto;
    padding: 60px 0 80px 0;
}

.contact__title {
    color: #124F47;
}

.contact__title--focused {
    color: #124F47;
}

.contact__link {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 15px 0 50px;
    display: inline-block;
    color: #777;
}

.contact__address {
    display: flex;
    align-content: center;
    align-items: center;
    max-width: 840px;
    margin: 40px auto;
    font-size: 19px;
    line-height: 30px;
    color: #777;
}

.contact__email {
    color: #777;
}

.contact__phone {
    color: #777;
    text-decoration: none;
}

.contact__address>div {
    flex: 50%;
}

.contact__address p {
    text-align: left;
    margin: 6px 0;
    display: flex;
    align-items: center;
}

.contact__address strong {
    margin-right: 20px;
    flex: 0 0 110px;
}

.contact__map {
    overflow: hidden;
    padding-bottom: 38.25%;
    position: relative;
    height: 0;
    border-radius: 8px;
    max-width: 926px;
    margin: 0 auto;
}

.contact__map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}

.contact__info {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 112px;
}

.contact__text-col {
    flex: 1;
    text-align: left;
    font-size: 17px;
    line-height: 28px;
}

.contact__text-col>div {
    max-width: 80%;
}

.contact__text-col>table {
    max-width: 60%;
}

.contact__img-col {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

.contact__img-col img {
    width: 100%;
    object-fit: fill;
    min-height: 610px;
}

.contact__hours {
    width: 100%;
    margin-top: 20px;
}

.contact__policy {
    text-align: left;
    margin-top: -20px;
    font-size: 17px;
    line-height: 28px;
    padding-top: 120px;
}

@media screen and (max-width: 1024px) {
    .contact__info {
        margin-top: 50px;
    }

    .contact__img-col img {
        min-height: 550px;
    }
}

@media screen and (max-width: 800px) {



    .contact__text-col>table {
        max-width: 100%;
    }


    .contact__address {
        max-width: 100%;
        margin: 30px auto 40px;
        flex-direction: column;
    }

    .button--contact {
        font-size: 18px;
        margin-top: 30px;
    }

    .contact__map {
        padding-bottom: 112%;
    }

    .contact__info {
        flex-direction: column;
    }

    .contact__text-col>div {
        max-width: 100%;
    }

    .contact__text-col {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .contact__info h5 {
        font-size: 26px;
        line-height: 32px;
    }

    .contact__img-col img {
        min-height: 380px;
    }

    .contact__address strong {
        margin-right: 4px;
        flex: 0 0 96px;
    }
}