.overview li{
	font-size: 14px;
    margin: 10px ;
    display: flex;
}
.overview li svg{
	font-size: 11px;
}
.webinar-registration .counter_timer_webinar span {
    /* width: 33%; */
    /* background: #922a2d; */
    padding: 13px;
    display: inline-block;
    border: 1px dashed #ffffff;
    background: #ffffff14;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}
div#countdown {
    background: #ffffff1f;
}
.webinar-registration  h1{
	font-size: 32px;
    padding: 0 30px;
}

/*MEDIA QUERIES*/
@media(max-width: 768px){
	.overview ul{
		padding: 0;
	}
	.webinar-registration .counter_timer_webinar span{
		padding: 5px;
	}
	.webinar-registration h1 {
	    font-size: 22px;
	    padding: 0 0;
	}
}