.about-production__video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.about-production-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-production-section__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
    pointer-events: none;
}

.about-production-section .container {
    z-index: 1;
}

.about-production-section h2 {
    color: #16202c;
}

.about-production-section .rich-content {
    color: #27272a;
}

.about-production-section .rich-content p,
.about-production-section .rich-content li {
    color: #27272a;
}

.about-production-section .rich-content strong,
.about-production-section .rich-content b {
    color: #09090b;
}
