.textProduse{
    width: 100%;
    height: 20vh;
    background-color: black;
    margin-top: 20px;
    display: flex;
    text-align: left;
    margin-bottom: 30px;
    align-items: center;
}

.textProduse h1{
    text-align: center;
    color:#fff;
    font-size: 30px;
    margin-left: 100px;
    font-weight: 400;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    letter-spacing: 6px;
}

.form-group input{
    height: 50px;
    width: 250px;
}

.contact-us-form h2{
    margin-bottom: 20px;
    font-weight: bold;
}

.butonTrimitere{
    background-color: red;
    width: 100%;
}



@media(max-width:700px){
    .contact-us-form h2{
        margin-bottom: 40px;
    }

    .form-group input{
        width: 100%;
    }
    
}



.contactPersoane{
    width: 90%;
    margin: auto;
    text-align: center;
    
}

.contactUs-col{
    flex-basis: 31%;
    border-radius: 50px 20px ;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    background:#fff;
    transition: 0.5s;
}

.contactUs-col h3{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.contactUs-col i{
    color:black;
}

.contactUs-col .fa{
    font-size: 17px;
    margin-bottom: 15px;
}

.contactUs-col:hover{
    border-radius: 50%;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2)
}

.rowPersoane{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

@media(max-width:700px){
    .rowPersoane{
        flex-direction: column;
    }
    .contactUs h1{
        font-size: 25px;
    }
    .contactUs-col h3{
        font-size: 19px;
    }
    .contactUs-col .fa{
        font-size: 15px;
    }
}
