/*- - - - - - - - - - - - - - - - - - - - - - -
 *
 * Read Initial files
 *
 *- - - - - - - - - - - - - - - - - - - - - - - */
/*** width ***/
/*** media ***/
/*** padding ***/
/***  color ***/
/*** font ***/
/*** url ***/
.business-byassets-content {
  padding: 73px 0 112px 0;
}
.business-byassets-content figure img {
  width: 100%;
}
.business-byassets-content figure figcaption {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 19px;
  color: #747576;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .business-byassets-content {
    padding: 73rem 20px 112rem 20px;
  }
  .business-byassets-content figure figcaption {
    font-size: 11rem;
    line-height: 19rem;
    margin-top: 40rem;
  }
}
