
.service_card {
    min-height: 240px;
}

.card{
    border-radius: 50px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /* background: #ae903214; */
    background: rgba(var(--primary-color-rgb), 0.1);
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 15px;
}