.about-banner-section{
    background-image: url('../images/about-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.about-video{
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 10px;
}
.video-opacity{
    background-color: rgba(0, 0, 0, 0.29);
    width: 100%;
    height: 490px;
    position: absolute;
    top: 0;
    border-radius: 10px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-video-button{
    cursor:pointer;
}
.about-title{
    font-size: 27px;
    color: #2A2E41;
}
.about-text{
    font-size: 18px;
    line-height: 35px;
    color: #707070;
}
.about-div{
    border: 2px dashed rgba(112, 112, 112, 0.18);
    max-height: 350px;
}
.about-box-title{
    font-family: GE Dinar Two-Medium-Italic,sans-serif;
    font-size: 22px;
}
.about-box-title.orange{
    color: var(--main-orange-color);
}
.about-box-title.brown{
    color: var(  --dark-brown-color);
}
.about-box-text{
    font-size: 19px;
    line-height: 35px;
    color: #707070;
}
.radius-piece{
    width: 8px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 33px;
    border-radius: 10px 0 0 10px;
}
.radius-piece.orange{
    background: var(--main-orange-color);
}
.radius-piece.brown{
    background: var(--dark-brown-color);
}

.about-inside-text{
    padding-left: 5%;
    height: 200px;
    overflow-y: auto;
}


@media (max-width:900px){
    .about-video,.video-opacity{
        height: 275px;
    }
    .about-box-text {
        font-size: 17px;
        line-height: 30px;
    }

}
