.card{
    border-radius:0px;
}

.date-contact strong{
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-top: 10px;
}

.date-contact{
    color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 1.4;
    height: 100%;
}

.date-contact strong{
    font-size:16px;
}

.date-contact .card-body{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}

.date-contact .card-body::after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,.5);
}

.date-contact .card-body .row{
    position:relative;
    z-index:2;
    color:#fff;
}

#map{
    margin-top:30px;
}

.map-title{
    font-size: 24px;
    font-weight: 600;
    width: fit-content;
    margin: auto;
    padding-top: 30px;
    position: relative;
}

.map-title::after{
    content: '';
    width: 100%;
    height: 3px;
    background: var(--culoare1);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.contact-link-nfo{
    display:block;
    color:#fff;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}


















