.webinars-closing-page .top-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 15rem;
    padding: var(--wp--custom--spacing--plus-2) 0 var(--wp--custom--spacing--plus-4);
    border-bottom: 1px solid var(--wp--preset--color--grey-tint-4);
}

.webinars-closing-page .top-content .image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 55%;
    height: 100%;
}

.webinars-closing-page .top-content .image img {
    height: 100%;
    object-fit: contain;
}

.webinars-closing-page .top-content .subtitle {
    margin-bottom: var(--wp--custom--spacing--plus-2);
    color: var(--wp--preset--color--light-blue);
}

.webinars-closing-page .top-content .subtitle a {
    color: var(--wp--preset--color--light-blue);
}

.webinars-closing-page .top-content .content {
    position: relative;
    z-index: 2;
}

.webinars-closing-page .top-content .text {
    max-width: 50rem;
    font-size: var(--wp--preset--font-size--plus-1);
}

.webinars-closing-page .top-content h1 {
    font-size: var(--wp--preset--font-size--plus-2);
}

.webinars-closing-page .text-content {
    padding-top: var(--wp--custom--spacing--plus-4);
    max-width: 50rem;
}

.webinars-closing-page .text-content h2 {
    margin-bottom: .5em;
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-blue);
}

.webinars-closing-page .text-content p {
    margin-bottom: 1em;
}

.webinars-closing-page .text-content ul {
    list-style: outside;
}

.webinars-closing-page .presenters {
    border-top: 1px solid var(--wp--preset--color--grey-tint-4);
    margin: var(--wp--custom--spacing--plus-6) 0 0;
    padding: var(--wp--custom--spacing--plus-2) 0;
}

.webinars-closing-page .presenters h2 {
    margin-bottom: var(--wp--custom--spacing--plus-1);
    font-size: var(--wp--preset--font-size--plus-1);
    color: var(--wp--preset--color--dark-blue);
}

.webinars-closing-page .presenters .list {
    display: grid;
    gap: var(--wp--custom--spacing--base);
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.webinars-closing-page .presenters .list .item {
    padding: .75rem;
    background-color: var(--wp--preset--color--grey-tint-4);
}

.webinars-closing-page .presenters .item figure {
    margin-bottom: .75rem;
    padding-bottom: 75%;
    position: relative;
}

.webinars-closing-page .presenters .item figure img {
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.webinars-closing-page .presenters .item h3 {
    font-size: var(--wp--preset--font-size--base);
    margin-bottom: .5em;
    line-height: 1.4;
}

.webinars-closing-page .presenters .item p {
    padding-bottom: var(--wp--custom--spacing--plus-1);
}

.webinars-closing-page .video-content {
    display: grid;
    gap: var(--wp--custom--spacing--base);
    margin-top: var(--wp--custom--spacing--plus-2);
    grid-template-columns: minmax(0,2fr) minmax(0,1fr);
}

.webinars-closing-page .video-content .video {
    background: rgba(0,0,0,.1);
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.webinars-closing-page .video-content .video iframe {
    width: 100%;
    height: 100%;
}

.webinars-closing-page .video-content .border-btn a{
    display: inline-block;
    padding: .25em 2em;
    border: 1px solid currentColor;
    border-radius: .4em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    font-weight: 100;
    transition: background .2s;
    border-color: var(--wp--preset--color--mid-grey);
    background: 0 0;
    color: var(--wp--preset--color--mid-grey);
    text-decoration: none;
}