.Pitch {
  display: grid;
  grid-template-columns: 1fr 240px;
}

@media screen and (max-width: 525px) {
  .Pitch {
    display: block;
  }
}
