.lp-webinar-outer-wrapper {
    min-height: 200px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 70px 0px;
    background-attachment: fixed !important;
    position: relative;
}
.lp-webinar-outer-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background: #384250;
    opacity: .80;
}
.lp-webinar-inner-wrapper {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    max-width: 1000px !important;
}
.webinar-inr-sec h4 {
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    color: #AADADA;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
}
.webinar-date-time p {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #F7F9FA;
    opacity: 1;
    font-size: 20px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
}
.webinar-inr-sec h2{
    position: relative;
    padding-bottom: 25px;
    margin-top: 10px;
    text-align: center;
    color: #F7F9FA;
    opacity: 1;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.webinar-button-sec {
    padding-top: 10px;
}
.webinar-button-sec a { 
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #aadada;
    padding: 0px 25px;
    border-radius: 30px;
    display: inline-block;
    transition: all .3s;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    letter-spacing: 0;
    background-color: #f7f9fa;
    opacity: 1;
    line-height: 35px;
    font-family: 'Montserrat',sans-serif;
    color: #384250;
}
.webinar-button-sec a:hover {
    background-color: #384250;
    color: #f7f9fa;
    border: 1px solid #384250;
    transition: all .3s linear;
}
.webinar-inr-sec h2:after {
    position: absolute;
    content: "";
    width: 500px;
    background: #f7f9fa;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.normal-text p {
    letter-spacing: 0px;
    color: #F7F9FA;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}
.webinar-inr-sec p {
    letter-spacing: 0px;
    color: #AADADA;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Montserrat',sans-serif;
    margin: 0px;
}
.description p {
    letter-spacing: 0px;
    color: #F7F9FA !important;
    text-align: center;
    font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat',sans-serif;
    margin: 0px;
}
.lp-webinar-outer-wrapper:hover .webinar-button-sec a {
    background-color: #384250;
    color: #f7f9fa;
    border: 1px solid #384250;
    transition: all .3s linear;
}
.lp-webinar-outer-wrappe .blog-page-center{
   // max-width: 800px!important;
}
.description {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
.lp-webinar-inner-wrapper{
   padding: 0px 20px !important;
    box-sizing: border-box;
}    
}
@media (max-width: 767px) {
.description p {
    font-size: 30px !important;
    line-height: 42px !important; 
} 
.webinar-inr-sec p {
     font-size: 22px;
    line-height: 32px;
}

}
@media (max-width: 500px) {
.description p {
    font-size: 24px !important;
    line-height: 38px !important;
}
.webinar-inr-sec p {
      font-size: 20px;
    line-height: 30px;
}
}