/* cardul despre noi */
.cardDespre{
   padding:5px;
   background-color:#F5F5F5;
   border:solid 1px #2EA2CC;
   border-radius: 15px;
}
.text{
    color: #001233;
    text-align: center;
    }
.bg{
    background-color: #F5F5F5;
}

/* butoane */
.card{
   
    text-align: center;
    border:solid 1px #2EA2CC;
    border-radius: 15px;
    background-color:#F5F5F5;
    padding:5px;
    margin-top:7px;
}

.title{
      font-size: 17px;
      margin-bottom:0;
}