.benefits-section ul {
    list-style: none;
}

.benefits-section ul li {
    color: var(--grey-color-800);
    padding: 1.2rem 0 1.2rem 3.6rem;
    position: relative;
}

.benefits-section ul li:last-child {
    border: 0;
}

.benefits-section ul li::before {
    content: '';
    display: block;
    background: url(../img/tick-shape-2.svg) no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2rem;
    position: absolute;
}

.benefits-section ul li h5 {
    color: #282C30;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 0.7rem;
}
.benefits-section ul li p {
    color: #667B91;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 46rem;
}
.benefits-section.metaTrader p {
    color: rgba(255, 255, 255, 0.7);
}
.demo-account-form-box {
    background: var(--white);
    padding: 6rem 6.2rem;
    border-radius: 9px;
    position: absolute;
    right: 1.6rem;
    top: 16rem;
    max-width: 56.5rem;
    width: 100%;
    box-shadow: rgba(23, 20, 20, 0.1) 1px 6px 30px 0;
}
.demo-account-form-box h3 {
    margin-bottom: 3rem;
    max-width: 30rem;
}
.demo-account-form-box .form-group {
    margin-bottom: 2.6rem;
}
.demo-account-form-box .cta-box {
    margin-top: 5rem;
}
.hero-mini-banner .banner-content {
    max-width: 50rem;
}

.what-demo .content-box h6 {
    margin-top: 4rem;
}

/* Media Queries */
@media (max-width: 1600px) {
    .demo-account-form-box {
        padding: 4rem 4.2rem;
    }
    .demo-account-form-box h3 {
        margin-bottom: 2rem;
    }
    .demo-account-form-box .cta-box {
        margin-top: 4rem;
    }
}
@media (max-width: 991px) {
    .demo-account-form-box {
        max-width: 50rem;
        padding: 3rem 3.2rem 4rem;
    }
}
@media (max-width: 767px) {
    .demo-account-form-box {
        position: relative;
        top: 0;
        right: 0;
        padding: 2rem 2.2rem 3rem;
        max-width: 100%;
    }
    .hero-mini-banner .banner-content {
        max-width: 70rem;
        min-height: auto;
        padding-bottom: 2rem;
    }
    .hero-mini-banner {
        padding-bottom: 8rem;
    }
    .demo-account-form-box .cta-box {
        margin-top: 0;
    }
    .benefits-section ul li h5 {
        font-size: 2rem;
    }
    .benefits-section ul li::before {
        top: 1.6rem;
    }
    .demo-account-form-box .form-group {
        margin-bottom: 1.6rem;
    }
}
