

.about-box{
    padding: 0 0 120px;
}





.about-bxcont{
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about-bxcntit{
    font-size: 60px;
    color:  var(--color-red);
    font-weight: 600;
}
.about-bxcntxt{
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 20px;
    line-height: 30px;
    color:  var(--color-red);
}


.about-bxvideo{
    width: 100%;
    padding-top: 80px;
    text-align:center;
}
.about-bxvideo img{
    width: 100%;
    height: auto;
}

.about-bxvideo video{
    width: 60%;
    height: auto;
}




@media only screen and (max-width: 1540px) {
    .about-box{
        padding: 0 0 100px;
    }
    
    .about-bxcont{
        padding-top: 80px;
    }
    .about-bxcntit{
        font-size: 40px;
    }
    .about-bxcntxt{
        gap: 20px;
        font-size: 18px;
        line-height: 26px;
    }
    
    
    .about-bxvideo{
        padding-top: 60px;
    }

}


@media only screen and (max-width: 1340px) {

    .about-box{
        padding: 0 0 80px;
    }
    
    .about-bxcont{
        padding-top: 60px;
    }
    .about-bxcntit{
        font-size: 36px;
    }
    .about-bxcntxt{
        gap: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    
    
    .about-bxvideo{
        padding-top: 40px;
    }


}


@media only screen and (max-width: 769px) {

    .about-box{
        padding: 0 .1rem .8rem;
    }
    
    .about-bxcont{
        padding-top: .6rem;
        flex-direction: column;
    }
    .about-bxcntit{
        width: 100%;
        font-size: 30px;
    }
    .about-bxcntxt{
        width: 100%;
        gap: 10px;
        margin-top: .2rem;
    }
    
    
    .about-bxvideo{
        padding-top: .4rem;
    }
        .about-bxvideo video {
            width: 98%;
        }

}

