.service-card-container-990fc936 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 24px;
    font-family: sans-serif;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-card-container-990fc936:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-card-image-wrapper-990fc936 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: visible;
}

.service-card-main-image-990fc936 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-badge-image-wrapper-990fc936 {
    position: absolute;
    bottom: -32px;
    left: 24px;
    width: 76px;
    height: 76px;
    background: #ffcc00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.service-card-badge-image-990fc936 {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.service-card-content-990fc936 {
    padding: 48px 24px 12px 24px;
}

.service-card-title-990fc936 {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.service-card-desc-990fc936 {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}
