
.webinar-title {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}
.webinar-title span{
    color: #5e8ac7;
}

.webinar-video {
    margin: 15px 0;
}

.webinar-text {
    margin: 15px 0;
}
.webinar-text h2 {
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    margin-top: 0;
}
.webinar-text h3 {
    font-size: 18px;
    color: #5e8ac7;
    text-align: right;
    margin:25px 0;
}
.webinar-text span {
    margin: 0 0 10px 0;
    clear: both;
    float: right;
}
.webinar-text span img{
    margin-left: 10px;
}

.webinar-bt {
    width: 100%;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #f2c83d;
    color: #000;
    font-size: 22px;
    text-align: center;
    display: block;
    margin: 15px auto 0 auto;
}
.webinar-bt:hover {
    background-color: #ffe55c;
    color: #000;
}
