webinar {
    margin: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    padding: 0 20px
}

.webinar h3 {
    font-size: 18px;
    padding-bottom: 20px
}

.webinar h2 {
    font-weight: bold;
    color: #000;
    padding: 20px
}

.webinar .card {
    padding: 20px;
    margin: 10px auto;
    width: 80%;
    background: #a4cdc2;
    background: linear-gradient(0, rgba(164, 205, 194, 1) 0, rgba(237, 245, 207, 0.8492647058823529) 100%)
}

.webinar ul {
    list-style: disc;
    margin-left: 20px
}

.button-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01, sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: 0;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0
}

@media (min-width:768px) {
    .button-78 {
        padding: 19px 32px
    }
}

    .button-78:before,
    .button-78:after {
        border-radius: 80px
    }

    .button-78:before {
        background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2
    }

    .button-78:after {
        background-color: initial;
        background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
        bottom: 4px;
        content: "";
        display: block;
        left: 4px;
        overflow: hidden;
        position: absolute;
        right: 4px;
        top: 4px;
        transition: all 100ms ease-out;
        z-index: -1
    }