/* BASIC css start */
#about-custom {width:100%;}
#about-custom img,
#about-custom video,
.vjs_video_3-dimensions{width:100% !important; height: auto !important;}
#about-custom .text-box {
    width: 100%;
    box-sizing: border-box;
    padding: var(--p-2) var(--p-2) var(--p-4) ;
    display: flex;
}
#about-custom .text-box p {
    flex: 1;
    width: 50%;
    font-size: var(--f-1);
}
/* BASIC css end */

