.card{
    border-radius:0px;
}

.date-contact strong{
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    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;
}

/* css nou */

.date-contact{
    height:auto;
}

.date-contact .card-body{
    background: var(--culoare1);
}

.title-category{
   text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: "Merriweather", serif;
    font-size: 30px;
} 

.title-category::before {
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    height: 2px;
    background: var(--culoare1);
    content: '';
    z-index: 2;

















