.section-heading_video {

}

.section-heading_video .logo {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.section-heading_video .logo img {
    width: 134px;
}


.section-heading_video .content {
    max-width: 100%;
}

.section-heading_video .text-side {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.section-heading_video .bracketed {
    max-width: 100%;
}

.section-heading_video .video {
    aspect-ratio: 1.43/1;
    width: 100%;
    background-position: center;
    background-size: cover;
}