.top-cleaners-section {
    padding: 50px 0 10px;
}


.top-cleaners-p {
    color: #312f2a;
    max-width: 600px;
    margin: 6px auto 20px;
}

.cleaner-feature-card {
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(89, 151, 183, 0.24);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.cleaner-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 40px;
    color: #2E8B57;
    margin-bottom: 20px;
}

.cleaner-feature-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cleaner-feature-card p {
    font-size: 15px;
    color: #312f2a;
}

.review-image {
    background-color: white;
    padding: 4px;
    width: 146px;
    border-radius: 16px;
}

@media (max-width: 767px) {

    .quick-links-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .quick-links-grid li {
        width: 50%;
    }

}
