/* Sekcja "Dlaczego My?" */
.video-section {
    font-family: "Inter", sans-serif;
    background-color: #2A2926;
    color: #ffffff; 
    padding: 3rem 0rem;
    text-align: center;
}
.video-section.v2 {
    background-color: #F3F3F3;
    color: #1B1A17;
}
.video-title {
    margin-bottom: 2rem;
}

.video-content {
   text-align: center;
}

.video-film {
    flex: 1 1 40%;
    text-align: center;
}
@media (max-width: 767px) {
.video-film img{
    width:100%;
}
}
.video-text {
    padding-top:40px;
}

.video-film-iframe {
    width: 797px;
    height:448px;
}
@media (max-width: 767px) {
    .video-film-iframe {
        width: 331px;
        height: 186px;
    }
}