.top-blue-banner.mobile-page-banner.NexusVMS-top.terms-of-use-section .left-banner-part p {
    margin-bottom: 20px;
}

.top-blue-banner.mobile-page-banner.NexusVMS-top.terms-of-use-section .left-banner-part p a {
    color: #fd4c5c;
}

.top-blue-banner.terms-of-use-section .left-banner-part .heading2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 12px;
    margin-top: 45px;
}

.top-blue-banner.terms-of-use-section .left-banner-part ul {
    padding-left: 35px;


}

.top-blue-banner.terms-of-use-section .left-banner-part ul li {
    color: #606060;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 11px;
}

.top-blue-banner.terms-of-use-section .left-banner-part ul li:before {
    content: " ";
    width: 16px;
    height: 12px;
    background: url(../images/tick.png) no-repeat;
    position: absolute;
    top: 10px;
    left: -32px;
}


@media screen and (min-width: 0) and (max-width: 1023px) {
    .top-blue-banner.terms-of-use-section .left-banner-part .heading2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
        margin-top: 53px;
    }

    .top-blue-banner.mobile-page-banner.NexusVMS-top.terms-of-use-section .left-banner-part p,
    .top-blue-banner.terms-of-use-section .left-banner-part ul li {
        font-size: 16px;
        line-height: 24px;
    }

}