@charset "UTF-8";

/*--------#about_image----------*/

@media screen and (min-width:601px) and ( max-width:900px){
  #about_image + section img{
     width: 40% !important;
  }
}

@media screen and (min-width:501px) and ( max-width:600px){
  #about_image + section img{
     width: 50% !important;
  }
}