/* Базовые классы для текста */
.text-block-paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.promo-bold {
    font-weight: bold;
}


.service-card-header {
    height: 150px; /* Уменьшено, так как текста меньше */
}

.priceFlex-single {
    justify-content: center;
}

.priceBlock-single {
    text-align: center;
    width: 100%;
}


.wash-process__subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

.reason-column-desc {
    margin-bottom: 15px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}
h1#slogan {
    margin-bottom: 0;
    margin-top: 120px;
}
.cta-inner-wrapper {
    background: #111;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
}
.custom-cta-section .cta-title{
    font-size: 17px;
}
.cta-title {
    margin-bottom: 5px;
}

.cta-address {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.cta-phones-group {
    display: flex;
    gap: 20px;
}

.cta-phone-label {
    color: #999;
    font-size: 12px;
}

.cta-phone-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.cta-main-btn {
    background: #f26522;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}
.serviceCard1{height: auto;}
.service-card-header {
    height: 50px;
}
@media (max-width: 576px) {
    .cta-inner-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cta-phones-group {
        justify-content: center;
    }
}