@charset "utf-8";
/* CSS Document */

/* for 980px or less */
@media screen and (max-width: 991px) {

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

}

/* for 700px or less */
@media screen and (max-width: 767px) {
.about .container {
  	padding-right:50px;
}
}
@media screen and (max-width: 680px) {

	
}
/*Smartphone*/
@media screen and (max-width: 520px) {
	
}
/*Smartphone*/
@media only screen and (max-width : 480px) {
.snip1174.navy h2 {
	font-size:16px;
}
.snip1174.navy p {
	font-size:12px;
	line-height:16px;
	
}
.snip1174.navy img {
	width:110% !important;	
}
}
/*Smartphone*/
@media only screen and (max-width : 320px) {


}

