#how_it_works_banner{
    padding: 62px 0 140px;
    background-image: url(../../images/live-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.how-it-works{
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}
.how-it-works p{
    max-width: 623px;
    margin: 30px auto 0;
}
/* traders */
#professional_traders{
    padding: 120px 0 40px;
}
#professional_traders .heading-section{
    margin-bottom: 100px;
}
#professional_traders .col-12{
    margin-bottom: 70px;
}
.proffesional-col-wrapper{
    position: relative;
}
.proffesional-col-wrapper::before{
    content: '';
    position: absolute;
    border-radius: 870px;
    background: radial-gradient(50% 50% at 50% 50%, #272727 0%, rgba(39, 39, 39, 0.00) 100%);
    width: 870px;
    height: 870px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.proffesional-col-wrapper .row{
    position: relative;
    z-index: 9;
}
.traders-col-single{
    background: #0F0F0F;
    padding: 0 50px 20px;
    height: 100%;
}
.traders-col-single h3{
    margin-bottom: -2px;
}
.traders-col-single h4{
    font-size: 22px;
    margin-bottom: 10px;
}
.traders-col-single p{
    max-width: 400px;
    margin-bottom: 20px;
}
.traders-col-single .separator{
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.traders-col-single__number img{
    margin-top: -45px;
    margin-bottom: 28px;
}

/* beginner */
#beginner_traders{
    padding-bottom: 140px;
    position: relative;
}
#beginner_traders::before{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #F3C96D 0%, rgba(243, 201, 109, 0.00) 100%);
    width: 600px;
    height: 600px;
    opacity: .3;
    right: -300px;
    top: -300px;
}
#beginner_traders::after{
    content: '';
    position: absolute;
    background: radial-gradient(50% 50% at 50% 50%, #F3C96D 0%, rgba(243, 201, 109, 0.00) 100%);
    width: 600px;
    height: 600px;
    opacity: .3;
    left: -300px;
    bottom: -300px;
}
#beginner_traders .col-12{
    margin-bottom: 68px;
}
.beginner-traders-wrapper{
    background: rgba(15, 15, 15);
}
.beginner-col{
    position: relative;
}
/* .beginner-col::before{
    content: '';
    position: absolute;
    background: url(../../images/video-shape-1.svg);
    width: 329px;
    height: 176px;
    left: -92px;
    bottom: -75px;
}
.beginner-col::after{
    content: '';
    position: absolute;
    background: url(../../images/video-shape-1.svg);
    width: 329px;
    height: 176px;
    top: -75px;
    right: -92px;
    transform: rotate(180deg);
} */
.beginner-traders-wrapper{
    padding:55px 32px 20px;   
    position: relative;
    z-index: 9;
}
.beginner-traders-wrapper h2{
    text-align: center;
    margin-bottom: 100px;
}
.beginner-traders-wrapper .traders-col-single{
    background: #080606;
}
@media(max-width: 1024px){
    .traders-col-single{
        padding: 0 25px 20px;
    }
    #professional_traders{
        padding: 90px 0 60px;
    }
}
@media(max-width: 767px){
    .beginner-col::after{
        right: -81px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .beginner-col::before{
        left: -81px;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    #how_it_works_banner{
        background-size: 300% auto;
        padding: 90px 0 100px;
    }
    .how-it-works p{
        margin: 20px auto 0;
    }
    #professional_traders{
        padding: 60px 0 20px;
    }
    .traders-col-single h4{
        font-size: 18px;
    }
    #beginner_traders{
        padding-bottom: 100px;
    }
    #beginner_traders .col-12:last-of-type{
        margin-bottom: 0;
    }
    .beginner-traders-wrapper{
        padding: 55px 10px 40px;
    }
    .beginner-traders-wrapper h2{
        margin-bottom: 75px;
    }
}