.about-area video{
    width: 100%;
    border-radius: 7%;
}

.about-area .item {
    margin-left: 10px;
}

/* .about-area{
    position: relative;
    overflow: hidden;
}

.about-area::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 106, 255, 0.368);
    transition: all 1s;
    position: absolute;
    clip-path: circle(0% at 0% 0%);
    transition-timing-function: ease-in;
}


.about-area:hover::before{
    width: 100%;
    height: 100%;
    clip-path: circle(100% at 40% 0%);
}
 */
