#motto p#motto-title {
  margin: 50px auto 0px auto;
  text-align:left;
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 50%;
  }
  #motive {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    min-height: 450px;
    height: auto;
    padding: 15px;
    background-position: center center;
    text-align: center;
    font-family: "open";
  }
  #motto #motto-text {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    /* margin-left: auto; */
    margin-right: auto;
    text-align: right;
  }
  