.webinarTitle > * {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.3691037735849056rem + 1.6037735849056605vw, 2.8125rem);
    padding: 60px 0;
    margin-bottom: 0;
    line-height: 1em;
    color: #000;
}
.videoWebinar { padding: 70px 0; }

@media only screen and (max-width: 600px) {
    .webinarTitle { justify-content: center; border-right: none !important; }
    .webinarTitle > * { padding-bottom: 0; }
    .videoWebinar iframe { width: auto !important; height: auto !important; }
}