.related_business {
  background-color: #F4F4F4;
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
  .related_business {
    margin: 24px 0;
    padding: 24px;
  }

  h3.title {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    text-align: center;
  }


  .market_logo_wrapper {

  }

  img.market_logo {
    margin: 12px 0;
    width: 200px;
  }

  .market_text {
    text-align: left;
  }

  .media_logo_wrapper {
    
  }

  img.media_logo {
    margin: 12px 0;
    width: 200px;
  }
}

@media only screen and (min-width: 961px) {
  .related_business {
    margin: 24px 0;
    padding: 48px 0;
  }

  h3.title {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
    text-align: center;
  }

  .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
  }
  
  .market_logo_wrapper {
    width: 50%;
  }

  img.market_logo {
    margin: 12px 0;
    width: 200px;
  }

  .market_text {
    line-height: 24px;
  }

  .media_logo_wrapper {
    width: 50%;
  }

  img.media_logo {
    margin: 12px 0;
    width: 200px;
  }

  .media_text {
    line-height: 24px;
  }
}