@charset "utf-8";


@media (max-width:900px){
  .profile img{
    width: 100%;
  }
}

@media (max-width:500px){
  .inner-sub{
    flex-flow: column;
  }
  .profile {
    width: 100%;
  }
  .company-tb {
    width: 100%;
  }
}
