p.b1 >small {
	font-size: 22px;
    line-height: 20px;
    font-weight: 400;
	}
	
p.b1 >strong{
		font-weight: 400;
	}




/*tablet version*/ 
@media screen and (min-width: 700px) and (max-width: 1024px){

p.b1 >small {font-size: 20px;line-height: 22px;}

}


/*mobile version*/ 
@media screen and (max-width: 700px){
  
  p.b1 >small {
	font-size: 16px;
    line-height: 20px;
	}
	

}