#why-choose-us .card{
    transition: all .3s ease;
    border-radius:15px;
}

#why-choose-us .card:hover{
    transform: translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15)!important;
}

#why-choose-us i{
    transition:.3s;
}

#why-choose-us .card:hover i{
    transform:scale(1.1);
}

.services-header {
background: #96959465;
background-image: url('../images/about_bg.jpg');
background:linear-gradient(rgba(132, 119, 88, 0.562), rgba(0, 0, 0, 0.493)),url('../images/about_bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 70px 0;
color: #fff;
}

.text-center {
  text-align: center !important;
}
