.about__video {
    margin-top: 80px;
    display: flex;
    gap: 100px;
}
.about__video-col:first-child {
    width: 26%;
}
.about__video-col:last-child {
    width: calc(74% - 100px);
}
.about__videoBlock {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    max-height: 468px;
}
.about__cont, .about__video {
    color: #2E3031;
}
.about__title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.about__videoBlock-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    margin-left: -82px;
    margin-top: -71px;
}