.lbc-webinar-thumbnail > img {
    aspect-ratio: 4/3;
    width: 100%;
    padding: 0;
}

.lbc-webinar-wrapper {
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    padding: 0;
}

.lbc-webinar-content-wrapper {
    padding: 2rem 1rem;
}

.lbc-webinar-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26.4px;
}

.lbc-webinar-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20.5333px;
}

.lbc-webinar-footer {
    padding: 1rem;
}

.lbc-webinar-footer > a {

}

