#BGVideo{
    display: block;
}
#AboutPart1{
    width: 100%;
    height: fit-content;
    position: relative;
}
#AboutPart1 p{
    text-align: center;
    color: white;
    font-family: 'MainFontIt';
    font-size: 30px;
    line-height: 1.7;
    margin: 0 10vw;
    background: #00001e4a;
    padding: 24px;
    border-radius: 47px;
    box-shadow: inset 0px 0px 30px 15px #0000258c;
}
#AboutPart1 p span{
    color: #ceb36c;
}

#img-1
{
    width: 50%;
    border-radius: 100%;
    box-shadow: 0 0 20px 9px #b6baef54;

}

#img-2, #img-3
{
    width: 45%;
    border-radius: 15px;
    box-shadow: 0 0 20px 9px #b6baef54;
}

@media(max-width : 1000px){
    #AboutPart1 p{
        font-size: 3vw;
    }
}