﻿.why-us {
    background: #F8F9FA;
}


.why-card {
    background: white;
    padding: 35px 25px;
    height: 100%;
    border-radius: 15px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}


    .why-card:hover {
        transform: translateY(-8px);
    }


    .why-card .icon {
        font-size: 45px;
        margin-bottom: 20px;
    }


    .why-card h3 {
        color: #1F2937;
        font-size: 22px;
        font-weight: 700;
    }


    .why-card p {
        color: #6B7280;
    }

.service-img {
    width: 125px;
}