.bold-ship{
  font-weight: bold;
}

.outer-com{
  display: block;
  text-align: center;
}

.inner-com-inner{
  display: inline-block;
  margin-top: 60px;
  text-align: center;
}

.inner-big{
  display: inline;
  font-size: 2.3em;
  font-weight: bold;
}

.inner-small{
  display: inline;
  font-size: 1em;
}

.outer-bus{
  display: block;
  text-align: center;
  margin-top: 4%;
}

.inner-bus{
  display: inline-block;
  width: 80%;
}

.outer-v-bus{
  display: flex;
  flex-direction: row;
}

.outer-v-bus-l{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}

.outer-v-bus-r{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}


.inner-v-bus{
  display: inline-block;
  vertical-align: middle;

}

.left-bus{
  width: 50%;
}

.right-bus{
  width: 49%;
  text-align: center;

}

.bus-pic{
  display: inline-block;
  width: 80%;
}

.bus-head{
  border-bottom: 1px solid #4C4948;
}

.bus-head p{
  display: inline-block;
  padding: 3px;
  color: #4C4948;
  font-size: 1.4em;
  font-weight: bold;
}

.bus-content-text{
  display: inline-block;
  line-height: 1.5;
  margin-top:3%;
}

.bus-content{
  display: inline;
  text-align:left;
}

.solid-border{
  display: inline-block;
  border: 1px solid #4C4948;
  width: 90%;
}

.outer-solid-border{
  display: block;
  text-align: center;
}

.outer-om{
  display: block;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 5%;
}

.inner-om{
  display: inline-block;
  width: 90%;
}

.outer-om-inner{
  display: block;
  text-align: center;
  margin-bottom: 2%;
}

.inner-om-inner{
  display: block;
  margin: 0 auto;
}

.down1{
  width: 87%;
}

.down2{
  width: 100%;
}

.block-text{
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2%;
}

.text-om-text{
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 2%;
}

@media screen and (max-width: 959px) {

  .outer-v-bus-r{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
  }

  .outer-v-bus-l{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
  }

  .left-bus{
    width: 90%;
    margin-bottom: 3%;
  }

  .right-bus{
    width: 90%;
    text-align: center;
    margin-bottom: 3%;
  }
  .bus-head p{
    display: inline-block;
    color: #4C4948;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px;
  }

  .block-text{
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0%;
    margin-top: 0%;
  }

  .text-om{
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .bus-content-text{
    line-height: 1.8;
  }

  .inner-big{
    display: inline;
    font-size: 2em;
    font-weight: bold;
  }
}
