.stable-services-section__subtitle {
    margin: 0 0 1rem;
    color: #0c4745;
    font-size: 1.1rem;
    font-weight: 700;
}

.stable-service-card__image {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    aspect-ratio: 16 / 10;
    background: #f7f4ea;
}

.stable-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stable-service-card__badge {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(12, 71, 69, 0.1);
    color: #0c4745;
    font-size: 0.8rem;
    font-weight: 600;
}

.stable-service-card .second-card__content {
    padding-top: 1rem;
}

.stable-service-purchase-form .form-control {
    max-width: 120px;
}
