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

@media only screen and (max-width: 992px) {
  .about-imgages img {
	  right: 0px;
	  margin-top: -165px;
	  width: 40%;
  }
}
@media only screen and (max-width: 463px) {
  .about-imgages img {
	  right: 0px;
	  margin-top: -140px;
	  width: 45%;
  }
}