@media (min-width: 1200px) {
  .logo img {
    max-width: 8rem;
    max-height: 10rem;
    margin-top: -5px !important;
  }
  .contactus > * {
    margin-right: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .logo img {
    max-width: 8rem;
    max-height: 8rem;
    margin-top: -10px !important;
  }
  .contactus {
    font-size: 0.75em;
  }
  .motto__title {
    font-size: 2em;
  } 
}

#motive {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 40vh;
}
