.largeVideo {
    padding: 50px 0;
}
.largeVideo .header {
    margin-bottom: 50px;
}
.largeVideo .header h2 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
}
.largeVideo .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
.largeVideo iframe {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: block;
    aspect-ratio: 298/163;
    height: auto;
}
