 /*
    Theme Name: WSR
    Version: 1.0
    */
	
	/* Новые стили оффера */
	.section-1 h1{
	text-transform: none;
	}
	.section-1 .h4{
	font-size: 28px;
	line-height: 1.5em;
	}
	.section-1 .h4 span{
	font-size: 32px;
	font-weight: 600;
	}
	
	  @media (min-width: 992px) {
	  
	.section-1 h1{
		font-family: 'Open Sans',sans-serif;
		font-weight: 800;
		font-size: 40px;
	}
	}
	 @media (max-width: 480px) {
	.section-1 .h4{
		font-size: 16px;
	}
}
    @media (max-width: 480px){
    .section-1 .h4 span {
    font-size: 20px;
	}
	
	}
	
@media (max-width: 480px){
.section .h2 {
    font-size: 16px;
}
}
	
