.services-categories-wrapper-37252e3f {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .services-categories-wrapper-37252e3f {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .services-categories-wrapper-37252e3f {
        grid-template-columns: repeat(3, 1fr);
    }
}
.services-category-card-37252e3f {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.services-category-card-37252e3f:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.services-category-title-37252e3f {
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
}
.services-list-37252e3f {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-list-37252e3f li {
    margin-bottom: 10px;
}
.services-list-37252e3f li:last-child {
    margin-bottom: 0;
}
.services-list-37252e3f a {
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}