.about-us, .about-hero img {
  position: relative;
}

.about-row .info h2:after {
  display: block;
}

.about-row .info {
  box-sizing: border-box;
}

.about-row .info h2:after {
  content: "";
}

.about-row, .about-hero {
  display: flex;
  flex-wrap: wrap;
}

.about-row, .about-hero {
  justify-content: space-between;
}

.about-hero {
  align-items: flex-end;
}

.about-row:nth-of-type(even) .info {
  background-repeat: no-repeat;
}

.about-row:nth-of-type(even) .info {
  background-position: right bottom;
}

.about-hero, .about-row .info h2 {
  font-family: "bodoni_72", sans-serif;
}

.about-us, .about-hero {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 761px) and (max-width: 1440px) {
  .about-us, .about-hero {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
}
@media screen and (max-width: 760px) {
  .about-us, .about-hero {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}

.about-us, .about-hero {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .about-us, .about-hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 450px) {
  .about-us, .about-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.about-row .info h2:after {
  height: 5px;
  width: 140px;
  max-width: 100%;
  margin-top: 0.3em;
  border-radius: 3px;
}

.about-row .info h2:after {
  background-color: #99cc33;
}

.about-hero h1 {
  border-left: 8px solid #b9e95a;
  border-radius: 5px;
}

.about-hero h1 {
  font-size: 5.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-hero h1 {
    font-size: 5.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-hero h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 450px) {
  .about-hero h1 {
    font-size: 3em;
  }
}

.about-hero p, .about-row .info h2 {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-hero p, .about-row .info h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-hero p, .about-row .info h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .about-hero p, .about-row .info h2 {
    font-size: 1.5em;
  }
}

.about-history p,
.about-upgrades p {
  font-size: 2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-history p,
  .about-upgrades p {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-history p,
  .about-upgrades p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 450px) {
  .about-history p,
  .about-upgrades p {
    font-size: 1.2em;
  }
}

.about-process p {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-process p {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-process p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .about-process p {
    font-size: 1em;
  }
}

.about-row .info h2 {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.8em;
}

.about-process p, .about-history p,
.about-upgrades p {
  font-weight: normal;
  line-height: 1.65em;
  margin-bottom: 1.5em;
}

.about-hero h1 {
  width: 25%;
  color: #022212;
  padding-left: 5%;
}
.about-hero p {
  width: 40%;
  color: #084628;
}
.about-hero img {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: -50%;
  z-index: 2;
}

@media screen and (max-width: 760px) {
  .about-hero p, .about-hero h1 {
    width: 100%;
  }
  .about-hero h1 {
    margin-bottom: 1em;
  }
}
.about-us {
  background-color: #f7f3eb;
  z-index: 1;
  padding-top: 45%;
}

.about-row {
  margin-bottom: 6em;
}
.about-row .img-wrapper {
  min-height: 40vw;
}
.about-row .info p {
  margin-top: 4em;
}
.about-row:nth-of-type(odd) .img-wrapper {
  width: 55%;
}
.about-row:nth-of-type(odd) .info {
  width: 30%;
}
.about-row:nth-of-type(even) {
  flex-direction: row-reverse;
  background-color: #084628;
}
.about-row:nth-of-type(even) .img-wrapper {
  width: 50%;
}
.about-row:nth-of-type(even) .info {
  width: 50%;
  padding: 8.5%;
  color: #FFFFFF;
  background-size: 35%;
  background-image: url("/app/images/about/row-2-bg.png");
}
.about-row:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .about-row:nth-of-type(odd) .info, .about-row:nth-of-type(odd) .img-wrapper {
    width: 100%;
  }
  .about-row:nth-of-type(odd) .img-wrapper {
    min-height: 100vw;
  }
  .about-row:nth-of-type(even) .info, .about-row:nth-of-type(even) .img-wrapper {
    width: 100%;
  }
  .about-row:nth-of-type(even) .img-wrapper {
    min-height: 100vw;
  }
}
