/* Right side content section code start */


.zws-other-info-section:not(:empty) {
    background: linear-gradient(180deg,#000 4.95%,#0f005d 101.83%);
    color: #fff;
    padding: 70px 50px;
    border-radius: 0
}

.zwc-title-con p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px
}

.zwc-agents-text-container h1 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: -1PX;
    background: linear-gradient(270deg,#df2632,#6900f5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    max-width: 230px;
    font-family: var(--zf-primary-extrabold)
}

.zwc-title-con {
    border-bottom: 1px solid #75728b42
}

.zwc-content-con p,.zwc-content-con ul li {
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.15px
}

.zwc-content-con {
    padding-top: 40px
}

.zwc-inner-ele {
    padding: 40px 20px;
    background-color: #ffffff0a;
    margin-bottom: 24px
}

.zwc-content-con ul li {
    border-bottom: 1px solid #75728b33;
    padding: 24px 0
}

.zwc-content-con ul li:first-child {
    padding: 0 0 24px
}

.zwc-content-con ul li:last-child {
    padding: 24px 0 0;
    border-bottom: 0
}

.zwc-content-con p {
    margin-bottom: 28px
}

.zwc-disclaimer-text {
    font-family: var(--zf-primary-light)
}

.zwc-font-bold {
    font-family: var(--primaryfont-bold);
    font-family: var(--zf-primary-extrabold);
    font-size: 20px
}

.zwc-content-con p.zwc-disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0
}

.zws-other-info-section {
    display: none
}

@media(max-width: 991px) {
    .zws-other-info-section:not(:empty) {
        text-align:center
    }

    .zwc-agents-text-container h1 {
        max-width: 100%;
        margin-bottom: 30px
    }
}
@media(max-width: 480px) {
.zws-other-info-section:not(:empty) {
padding:70px 20px;
}
}

/* Right side content section code end */