.webinar__container {
    width: 100%;
    aspect-ratio: 16/9;
}

.webinar__video {
    width: 100%;
    aspect-ratio: 16/9;
}

.webinar__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
}

.webinar__time {
    color: #606060;
}
