#webinars {
    padding: 40px 0px 0px 0px;
}
@media (max-width: 767px) {
    #webinars {
        padding: 30px 0px;
    }
}
#webinars .items {
    margin: 0px -20px;
    counter-reset: webinar;
}
#webinars .items::before,
#webinars .items::after {
    clear: both;
    display: block;
    content: " ";
}
#webinars .items .item {
    padding: 0px 20px;
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
#webinars .items .item:last-child {
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    #webinars .items .item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    #webinars .items .item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
#webinars .items .item::before {
    counter-increment: webinar;
    content: counter(webinar);
    background: #393185;
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 20px;
}
#webinars .items .item .image {
    margin-bottom: 20px;
}
#webinars .items .item .image img {
    max-width: 100%;
    height: auto !important;
}
#webinars .items .item h3 {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    color: #333c53;
}
#webinars .items .item h3 a {
    color: inherit;
    text-decoration: none !important;
}
#webinars .items .item .btn {
    display: table;
    margin: 15px 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #eeeeee;
    color: #8c8c8c;
    text-decoration: none;
}
#webinars .items .item .btn:hover {
    color: #393185;
    border: 2px solid #393185;
    font-weight: 500;
}
.webinar-single {
    padding: 100px 0px;
}
.webinar-single h2 {
    margin-bottom: 30px;
}
.webinar-single .image {
    margin-bottom: 30px;
}
.webinar-single .image img {
    max-width: 100%;
    height: auto !important;
}
.webinar-single ul:not(.list-unstyled) {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
}
.webinar-single ul:not(.list-unstyled) > li {
    padding: 5px 30px;
    position: relative;
}
.webinar-single ul:not(.list-unstyled) > li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #786ae8;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 12px;
}
.webinar-single ul:not(.list-unstyled) > li strong {
    color: #393185;
    text-decoration: underline;
}
.webinar-single form {
    display: block;
    padding: 0px;
    margin: 0px;
}
.webinar-single form .alert {
    margin-bottom: 20px;
}
.webinar-single form h3 {
    color: #393185;
    font-size: 24px;
    margin: 0px 0px 30px 0px;
}
.webinar-single form .form-group {
    margin-bottom: 15px;
}
.webinar-single form .form-group .help-block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #cc1533;
    font-size: 12px;
}
.webinar-single form button[type="submit"] {
    background: #393185;
    color: #fff;
    font-family: "Rubik", sans-serif;
    padding: 10px 15px;
    border: none;
    display: block;
    width: 100%;
}
