.trusted-section{

background:#f8fbff;

}

.trust-card{

background:#fff;
padding:35px;
border-radius:18px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;

}

.trust-card:hover{

transform:translateY(-10px);

}

.trust-card i{

font-size:55px;
color:#0d6efd;
margin-bottom:20px;

}