.contact-card {
    cursor: pointer;
    background-color: #EEEEEE00;
}

.contact-card:hover {
    box-shadow: 0px 0px 10px 0px #050F4C;

}

.contact-map div {
    margin: 0 !important;
    height: 400px;
}

.map-responsive {
    overflow: hidden;
}

.map-responsive iframe {
    height: 100%;
    width: 100%;
}