﻿@media only screen and (max-width : 1024px) {  

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

}          
@media only screen and (max-width : 480px) { 
.content-1{ width:75%;}
.content-2{ width:75%; clear:both; padding-top:25px;}
.content-2-3{text-align:center;}
}  

@media only screen and (max-width : 414px) { 
.content-1{ width:65%;}
.content-2{ width:65%; clear:both; padding-top:25px;}
.content-2-3{text-align:center;}

} 

@media only screen and (max-width : 375px) { 
.content-1{ width:75%;}
.content-2{ width:75%; clear:both; padding-top:25px;}
.content-2-3{text-align:center;}
} 

@media only screen and (max-width : 320px) {  
.content-1{ width:85%;}
.content-2{ width:85%; clear:both; padding-top:25px;}
}  


