.text-block-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.promo-bold {
    font-weight: bold;
}

.included-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.included-main-title {
    text-align: center;
    margin-bottom: 20px;
}

.included-subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.included-card {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.included-dot {
    display: inline-block;
    min-width: 8px;
    height: 8px;
    background-color: #f26522;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
}

.service-card-header {
    height: 220px;
}

.services-subtitle {
    font-size: 20px;
    margin: 40px 0 20px 0;
    color: #333;
    text-transform: uppercase;
}



.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;
}
.custom-cta-section .cta-title{
    font-size: 17px;
}
.containerAbout-custom .standart-title{font-size: 25px;}

.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;
}
h1#slogan {
    margin-bottom: 0;
    margin-top: 120px;
}
@media (max-width: 992px) {
    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    h1#slogan {
    margin-bottom: 0;
    margin-top: 60px;
}
}

@media (max-width: 576px) {
    .included-grid {
        grid-template-columns: 1fr;
    }
    .cta-inner-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cta-phones-group {
        justify-content: center;
    }
}
