﻿.services {
    background: white;
}

.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 20px;
    height: 100%;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: .3s;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

.service-icon img {
    width: 375px;
}

.service-card h3 {
    color: #1F2937;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.service-card p {
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 0px;
}
