.webinar-promotion-block {
    border: solid 1px #e6e5e5;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0px 0px 11px 11px rgba(204,204,204,0.4);
    -webkit-box-shadow: 0px 0px 11px 11px rgba(204,204,204,0.4);
    -moz-box-shadow: 0px 0px 11px 11px rgba(204,204,204,0.4);
    max-width: 1000px !important;
}
.promo-card-content h2 {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: normal;
    color: #287dbf;
    font-weight: 500;
}
.promo-card-content h3, .promo-card-content ul li {
    font-size: 16px;
    line-height: normal;
}
.promo-card-content a {
    font-size: 16px;
    text-decoration: none;
    background: #287cbf;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
}
.promo-card-content ul {
    margin-left: 50px;
    margin-bottom: 20px;
}
.promo-card-content ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.promo-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.promo-card-content h3 {
    margin-bottom: 15px;
}
