
@media only screen and (max-width: 1600px){
    .about-nitro-ventures-banner {
        height: 350px;
        margin: 89px 0 0 0;
    }
    .about-nitro-ventures-banner::after{
        height: 350px;
    }
}
@media only screen and (max-width: 1400px){
    .about-nitro-ventures-banner::after,
    .about-nitro-ventures-banner {
        height: 320px;
    }
    .about-section-img {
        width: 90%;
    }
}
@media only screen and (max-width: 1200px){
    .about-nitro-ventures-banner::after,
    .about-nitro-ventures-banner {
        height: 280px;
    }
    .about-section-img::before{
        box-shadow: 0 0 410px 128px var(--light-theme-color);
    }
    .div-img-dif{
        width: 100%;
    }
}
@media only screen and (max-width: 991px){
    .text-back {
        font-size: 65px;
    }
    .about-section-img::before {
        box-shadow: 0 0 353px 100px var(--light-theme-color);
    }
    .metatrader-five .line-center::before{
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: -4%;
        left: auto;
        height: 150px;
        width: 2px;
    }
    .line-center::before {
        top: auto;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: auto;
        height: 2px;
        width: 200px;
    }
    
    .line-center{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .about-nitro-ventures-banner::after,
    .about-nitro-ventures-banner {
        height: 200px;
    }
    .text-back {
        font-size: 55px;
    }
    .change-img-size {
        width: 60%;
    }
    .about-section-img {
        width: 81%;
    }
}
@media only screen and (max-width: 575px){
    .about-nitro-ventures-banner {
        height: 170px;
        margin: 60px 0 0 0;
    }
    .about-nitro-ventures-banner::after{
        height: 170px;
    }
    .text-back {
        font-size: 38px;
    }
    .about-section-img{
        width: 85%;
    }
    .change-img-size {
        width: 90%;
    }
    .diffrent-box{
        width: 85%;
    }
    .metatrader-five .line-center::before {
        top: auto;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: auto;
        height: 2px;
        width: 200px;
    }
}
@media only screen and (max-width: 400px){
    .about-nitro-ventures-banner::after,
    .about-nitro-ventures-banner {
        height: 150px;
    }
    .text-back {
        font-size: 28px;
    }
    .diffrent-box,
    .about-section-img{
        width: 100%;
    }
    .change-img-size {
        width: 98%;
    }
}