@media(min-width:768px){
	.covid-risk .row .col-md-6:last-child{
  		padding-top: 60px;
	}
}
@media(max-width:767px){
    .covid-risk .hero-background{
    	height: auto !important; 
    }
	.covid-risk .row .col-md-6:last-child{
  		padding-top: 0px;
    	padding-bottom: 60px;
	}
}

@media(min-width:768px){
  	.b3 .covid-risk.hero .hero-background .container .row>.col-md-6.col-sm-6{
	  width: 50% !important;
	}
}