.largeVideo {
    padding: 50px 0;
}
.largeVideo iframe,
.largeVideo video {
    width: 100%;
    height: auto;
    aspect-ratio: 1170/510;
}

.largeVideo .header {
    margin-bottom: 50px;
}
.largeVideo .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.largeVideo .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
