* {
  /* border: 1px solid green */
  margin: 0;
  padding: 0;
}

.about {
  color: black
}

.pitch-section{
  margin-top: 7.5vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

@media(max-width: 768px) {
  .pitch-section{
    margin-top: 0vh;
    flex-direction: column-reverse;
  }
}