@media only screen and (min-width: 769px){
   .subpage_ad .ad-tit {
    font-size: 50px!important;
  
}
  
  .subpage_ad .ad-sum {
    font-size: 30px!important;

}
  
}
@media only screen and (max-width: 768px){
 
}


@media only screen and (max-width: 1024px) and (min-width: 769px){
  
}
