.body-umain .zws-form-title+p{
    display: none;
}

.zws-other-info-section:not(:empty){
    background: url('/sites/zweb/images/calendar/signup/other-info-bg.jpg') no-repeat;
    background-size: cover;
}

.zws-testimonial-section{
    color: #ffffff;
    padding: 48px;
    border-radius: 16px;
    background: rgba(2, 23, 29, 0.70);
}

@media only screen and (max-width: 1199px) {
    .zws-testimonial-quote{
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .zws-testimonial-section{
        padding: 0;
        border-radius: 0;
        background: none;
    }
}