#motivation .content {
  height: 100vh;
  width: 100%;
}
#motivation header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#motivation .banner {
  height: 30px;
}
#motivation header {
  height: 50px;
  padding: 0 8px;
}
#motivation header > div > * {
  padding-left: 10px;
  padding-right: 10px;
}
#motivation header h4 {
  margin-top: 3px;
}
