.contact-map{
    height: 285px;
    width: 100%;
}

.card-th{
    height: 50px;
    text-align: center;
    background: aliceblue;
}


/* .label {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding: 2px 8px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: blue;
} */

.label {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding: 2px 8px;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #FFC800;

}

.label:hover{
    color: #000;
}
