ul li {
    margin-bottom: 10px;
}

i.fa-arrow-right {
    color: grey;
    padding-right: 10px;
}

ul.agenda {
    text-align: left;
    border: 1px solid #62C000;
    margin-top: 22px;
    border-radius: 8px;
    width: 85%;
    margin: 0 auto;
    list-style: none;
    padding: 20px;
    border-top-width: thick;
    border-top-color: #62C000;
 

}

ul.additional_information {
    list-style: none;
}

.webinar {
    padding-bottom: 0px !important;
}

.green {
    color: #3B3838;
}

.event-content {
    text-align: left;
}

.agenda {
    margin-left: 35px;
}

.text-white {
    color: #ffffff;
}

p.highlight {
    text-align: left;
}

.title-section {
    color: #62C000;
    margin-left: 40px;
}

@media screen and (max-width:600px) {
    iframe {
        min-height: 1082px !important;
    }

    .main-basic-content .event-register .event-content .event-list .event-item {
        width: 50%;
    }
}

.fillout {
    height: 900px !important;
    padding-bottom: 40px;
}