button:active, button:focus{
    border: none !important;
    outline: none !important;
}
a:hover{
    text-decoration: underline;
    text-decoration-color: #07498B;
}


.contact-title{
    padding: 2.343vw 0 2.76vw;
    display: flex;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0 0.05vw 0.7vw;
    background-color: #07498B;
    /* border-bottom: solid #00000038 .1vw; */
}
.contact-title h3{
    color: #ffffff;
    font-family: 'Montserrat Black 900', sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 4vw;
}
.contact-title p{
    color: #ffffff;
    font-family: 'Montserrat Regular', sans-serif;
}

.contact-title div{
    width: 19.74vw;
    text-align: center;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.map{
    height: 27vw;
}


/* ===========================================START 770PX======================================================= */

@media (max-width: 770px) {
    .contact-title div {
        width: 50.74vw;
    }
    
    .contact-title h3{
        font-size: 5vw;
    }

}

/* ===========================================================420PX==================================================================== */

@media (max-width: 420px) {
    .contact-title {
        padding: 0 0;
        height: 106vw;
        align-items: center;
    }
    .contact-title div {
        width: 302px !important;
    }
    .contact-title h3{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .contact-title p{
        font-size: 14px;
    }
    .map{
        width: 100%;
        height: 93.33vw;
        margin: 0;
    }
    .map iframe{
        width: 100%;
    }
}