@media (max-width: 767px) {
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
  .header-img {
    background-image: url(https://lh3.googleusercontent.com/RTZ_7bawxR6h3qFL-NAH81KzymZZ-qZuumLFni3HHwUHgeDQs5cop0JgXE6AvqWljWVEot8qEphzUUaB22sc434YL7oD);
  }
  .header-overlay {
    flex-direction: column;
    left: 0%;
    margin-top: -70px;
    min-width: 300px;
    position: relative;
    text-align: center;
    top: 100%;
    z-index: 1;
  }
  .sofia-h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .sofia-h1-subheader {
    font-size: 20px;
  }
  .sofia-h2 {
    font-size: 25px;
  }
  .rewards-img {
    margin-top: -10%;
    width: 100%;
  }
  .header-img {
    width: 100% !important;
  }
  .points-img,
  .teams-img {
    width: 100%;
  }
  .skew-cover {
    height: 300px;
    width: 100%;
  }
  .skew-cover:after {
    background: #fff;
    bottom: -1px;
    content: " ";
    height: 70%;
    left: -171%;
    position: absolute;
    transform: skew(78deg);
    width: 210%;
    z-index: 0;
  }
}
