.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .logo {
    position: fixed;
    height: 8vh;
    left: 0;
    padding-left: 5vw;
    background: white;
    width: 100%;
    justify-content: flex-start;
  }
}
