#banner h1 {
    font-size: 38px;
}

.window-choose h2 {
 
    font: 52px "PTSansBold", sans-serif;
}
.window-choose h2 span {
  
    font: 400 30px "PTSansRegular", sans-serif;
}

@media (max-width:600px){
	
	#banner h1 {
    font-size: 30px;
}

}
@media only screen and (max-width: 600px)
{
.window-choose h2 {
    font-size: 26px !important;
}
.window-choose h2 span {
    font: 400 17px "PTSansRegular", sans-serif !important;
}

}