/*motive*/
#motive {
  display: block;

  overflow: hidden;
  background-size: cover;
  height: 85vh;
  min-height: 390px;
  background-position: center center;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  max-height: 700px;
}


#motive .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 120px);

  padding: 0;
  margin-top: 120px;
  background-color:transparent
}



