#about{
    padding-top: 100px;
}

#video-wraper{
    width:50%; 
    float:right;
    margin: 10px;
}

.section-title{
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #D68200;
    border-bottom: 5px solid #D68200;
    padding: 0px 38px;
    padding-bottom: 10px;
    width: fit-content;
    text-transform: uppercase;
}
.section-des{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #7C7A77;
}

@media screen and (max-width: 992px) {
    #video-wraper{
        width:70%;
    }
    .section-title{
        font-size: 28px;
        border-bottom: 4px solid #D68200;
        padding: 0px 34px;
        padding-bottom: 2px;
    }
    .section-des{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    #video-wraper{
        width:100%;
    }
    .section-title{
        font-size: 20px;
        border-bottom: 3px solid #D68200;
        padding: 0px 5px;
    }
    .section-des{
        font-size: 18px;
    }
}