.services-carousel .service-slide-card{
display:block;
text-decoration:none;
transition:all .35s ease;
}

.services-carousel .company-logo{
background:#fff;
padding:25px;
border-radius:12px;
text-align:center;
border:1px solid #eee;
transition:all .35s ease;
}

.services-carousel .company-logo h4{
font-size:16px;
font-weight:600;
margin-bottom:6px;
color:#1b2a4e;
}

.services-carousel .company-logo span{
font-size:13px;
color:#6d7a8c;
}

.services-carousel .service-slide-card:hover .company-logo{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.our-testimonials {
    padding-bottom: 0;
}
