.videos {
    padding: 50px 0;
}
.videos .header {
    margin-bottom: 50px;
}
.videos .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
}
.videos .title {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
    margin-bottom: 22px;
}
.videos iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 570/325;
}
