#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;
}
#AboutPart1 p span{
    color: #ceb36c;
}
@media(max-width : 1000px){
    #AboutPart1 p{
        font-size: 3vw;
    }
}