/*- - - - - - - - - - - - - - - - - - - - - - -
 *
 * Read Initial files
 *
 *- - - - - - - - - - - - - - - - - - - - - - - */
/*** width ***/
/*** media ***/
/*** padding ***/
/***  color ***/
/*** font ***/
/*** url ***/
.company-organization-content {
  padding: 78px 0 113px 0;
}
.company-organization-content figure img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .company-organization-content {
    padding: 78rem 20px 113rem 20px;
  }
  .company-organization-content figure img {
    width: 100%;
  }
}
