h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
}
p,li {
	line-height: 28px;
    font-family: freight-sans-pro,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
}
section.hero {
    margin-top: 66px;
    padding: 100px 0;
}
.hero h2{
	color:#136ef6;
}
.hero h3{
    font-weight: 500;
    margin-top: 10px;
}
section.webinar {
    background: #f9f9f9;
    padding: 50px 0;
}
.webinarLeft {
    float: left;
    width: 60%;
	margin-top: 55px;
}
.webinarLeft h2{
    margin-bottom: 20px;
}
.webinarLeft p{
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.webinarRight {
    float: right;
    width: 30%;
    background: #136ef6;
    color: #fff;
    padding: 20px;
}
.webinarLeft ul{
	padding: 0;
}
.webinarRight ul{
	padding-left:20px;
}
.webinarLeft ul li{
	margin-bottom:20px;
	position: relative;
	list-style: none;
	padding-left: 50px;
}
.webinarLeft ul li:before{
	content: '';
    background-image: url(../svg/checkmark-circle.svg);
    width: 27px;
    height: 27px;
    position: absolute;
    background-size: 27px;
    left: 0px;
}
.title {
    font-size: 22px;
    font-weight: 600;
}
.webinarRight ul li a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
.webinarRight ul li{
	margin-bottom: 10px;
}



@media(max-width:1023px){
.webinarLeft {
    float: none;
    width: 100%;
    margin-top: 0;
}
.webinarLeft h2{
	text-align: center;
}
.webinarRight {
    float: none;
    width: 40%;
    margin: 40px auto;
}
}

@media(max-width:767px){
section.hero {
    margin-top: 25px;
    padding: 80px 0;
}
.webinarRight {
    width: 100%;
}
}





















