.text__wrapper{
    overflow: auto;
    height: auto;
}

.cities_bgw .title {
    color: #232323;
}
.cities_bgw .cities__list li{
    color: #000;
}

/* CTA Form Validation Errors */
.cta__form-errors {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(220, 53, 69, 0.2);
    border: 2px solid #dc3545;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.cta__form-error-item {
    margin-bottom: 5px;
}

.cta__form-error-item:last-child {
    margin-bottom: 0;
}

.error-highlight {
    border: 2px solid #dc3545 !important;
}