.text-block-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.text-block-paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.last-paragraph {
    margin-bottom: 0;
}

.service-card-header {
    height: 220px;
}

.price-note {
    display: block;
    margin-top: 30px;
    text-align: right;
}

.wash-process__subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.reason-column-desc {
    margin-bottom: 15px;
}

.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;
}

.cta-title {
    margin-bottom: 5px;
}

.cta-address {
    color: #999;
    font-size: 14px;
}

.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;
}
.slogan {
    margin-top: 120px !important;
}
@media screen and (max-width:767px){
    .slogan {
    margin-top: 70px !important;
}
}