.contact_section {
    margin-top:64px;
}

.contact_name {
    color: #000;
    /* Desktop_Heading/30_H1 */
    font-family: Montserrat-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom:16px;
}

.contact_hours {
    color: #4F4F4F;
    /* Text_18/Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-bottom:48px;
}

.phone_links {
    display: flex;
    align-items: center;
    margin-bottom:8px;
    gap:8px;
}

.phone_name {
    color: #4F4F4F;
    /* Text_18/Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.phone_links a.phone {
    padding-right:8px;
    color: #1B3B75;
    /* Text_24/Regular */
    font-family: Roboto;
    text-decoration: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.emails {
    margin-top:48px;
    margin-bottom:48px;
}

.phone_links a.email {
    color: #000;
    text-decoration: none;
    /* Text_24/Regular */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

#about_map {
    width:100%;
    height:700px;
}

.choose_contacts {
    display: flex;
    align-items: center;
    gap:16px;
}

.choose_contacts a{
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #1B3B75;
    background: #FFF;
    color: #1B3B75;
    text-align: center;
    /* Text_14/None/Regular */
    font-family: Roboto;
    padding:8px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.choose_contacts a.active, .choose_contacts a:hover{
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #1B3B75;
    background: #1B3B75;
    color: #FFF;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .contact_section {
        margin-top:40px;
    }

    .phonewrap {
        padding-bottom:24px;
    }

    .emails {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .contact_section {
        margin-top:32px;
    }

    .contact_name {
        color: #000;
        /* Desktop_Heading/30_H1 */
        font-family: Montserrat-Bold;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        text-transform: uppercase;
        margin-bottom:16px;
    }

    .contact_hours {
        color: #4F4F4F;
        /* Text_18/Regular */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
        margin-bottom:24px;
    }

    .phone_links {
        display: flex;
        align-items: center;
        margin-bottom:0px;
        gap:8px;
    }

    .phone_name {
        color: #4F4F4F;
        /* Text_18/Regular */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    .phonewrap {
        padding-bottom:24px;
    }

    .phone_links a.phone {
        padding-right:8px;
        color: #1B3B75;
        /* Text_24/Regular */
        font-family: Roboto;
        text-decoration: none;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    .emails {
        margin-top:0px;
        margin-bottom:0px;
    }

    .phone_links a.email {
        color: #000;
        text-decoration: none;
        /* Text_24/Regular */
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    #about_map {
        width:100%;
        height:700px;
    }

    .choose_contacts {
        display: flex;
        align-items: center;
        gap:16px;
    }

    .choose_contacts a{
        text-decoration: none;
        border-radius: 20px;
        border: 1px solid #1B3B75;
        background: #FFF;
        color: #1B3B75;
        text-align: center;
        /* Text_14/None/Regular */
        font-family: Roboto;
        padding:4px 16px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 142.857% */
    }

    .choose_contacts a.active, .choose_contacts a:hover{
        text-decoration: none;
        border-radius: 20px;
        border: 1px solid #1B3B75;
        background: #1B3B75;
        color: #FFF;
    }

}