/**************************/
/* HEADER */
/**************************/
.section-founder {
  transform: skewY(-7deg);
  padding: 50px 0;
}
.section-founder > * {
  transform: skewY(7deg);
}

@media (max-width: 750px) {
  .container .row {
    justify-content: start !important;
  }
  .align-self-end {
    justify-content: start !important;
  }
  .about-img-box {
    order: 0;
  }
  .about-content-box {
    order: 1;
  }
  .impact-img-box {
    order: 0;
  }
  .impact-content-box {
    order: 1;
  }
  .section-founder .row {
    margin: 0 !important;
  }
  .section-founder img {
    align-items: start;
  }
  .section-founder p {
    margin-top: -120px !important;
  }
}
@media screen and (max-width: 450px) {
  img {
    align-items: start;
  }
}
footer .negative-margin {
  margin-top: -300px !important;
}
