/* Common Values */
.zwc-section h2 {
    font-size: 45px;
}
.ztopstrip-container{
    display:none !important
}

.zwc-section h3 {
    font-size: 37px;
}
/*Banner Section*/

.zwc-banner-description {
    max-width: 557px;
    width: 100%;
}

/* Benefits Section */

.zwc-benefits-list-container li h3 {
    font-size: 28px;
}

.zwc-claim-stage-container {
    /* align-items: center; */
    align-items: flex-start;
}

.zwc-benefits-list-container li {
    max-width: 395px;
    width: 100%;
}
@media only screen and (max-width:1199px) {

    /* Common */
    
    .zwc-section h2 {
        font-size: 43px;
    }

    /* Banner Section */

    .zwc-banner-left-container p {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {

    /* Application Section */

    .zwc-section h3 {
        font-size: 28px;
    }
}