.video_content {
    padding: 70px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    .video_wrap {
        width: 100%;
        height: 550px;
        border-radius: 12px;
    }
}