.su-index {
  position: relative;
  padding: 30px;
}

.su-index .blue-wiggle {
  position: absolute;
  height: 112px;
  top: 226px;
  max-height: 100%;
  width: 100px;
  left: -33px;
}

.su-index .orange-wiggle {
  position: absolute;
  top: 325px;
  right: -5px;
  top: 5px;
}

.__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 80px;
}

.__row1 div:first-child {
  width: 60%;
}

.__row1 div:first-child .row1-img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

.__row1 div:last-child {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.__row1 div:last-child p {
  font-size: 18px;
  line-height: 28px;
  bottom: 0;
  padding-left: 10px;
  font-weight: normal;
}

.__row1 div:last-child .orange-box {
  position: absolute;
  width: 538px;
  height: 112px;
  right: 140px;
  top: 65px;
  background: #FF6B35;
}

.__row1 div:last-child .orange-box h2 {
  color: white;
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  margin: 8px;
  padding-top: 10px;
}

.__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 40px;
}

.__row2 div:first-child {
  width: 60%;
  margin-right: 40px;
}

.__row2 div:first-child img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.__row2 div:last-child {
  width: 40%;
  width: 569px;
  height: 170px;
  left: 778px;
  background: #314885;
}

.__row2 div:last-child p {
  color: white;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  margin: 20px;
}

.__row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.__row3 div:first-child {
  width: 50%;
}

.__row3 div:first-child p {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

.__row3 div:nth-child(2) {
  width: 25%;
  position: relative;
}

.__row3 div:nth-child(2) img {
  max-height: 100%;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 58px;
}

.__row3 div:last-child {
  width: 25%;
}

.__row3 div:last-child img {
  max-height: 100%;
  width: 300px;
}

.__row3 div:last-child p {
  padding-top: 0px;
}

.__row3 div:last-child p:first-of-type {
  font-size: 20px;
  font-weight: bold;
}

.__row3 div:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.__row3 div:last-child ul img {
  height: 100px;
  width: 80px;
}

.__row3 div:last-child ul li {
  list-style: none;
  margin-right: 10px;
}

.__row3 div:last-child ul li img {
  height: 100px;
  width: 80px;
}

@media only screen and (max-width: 1024px) {
  .__row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__row1 img {
    width: 100%;
  }
  .__row1 div:first-child {
    width: 100%;
  }
  .__row1 div:last-child {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .__row1 div:last-child p {
    font-size: 20px;
  }
  .__row1 div:last-child .orange-box {
    width: 300px;
    height: 112px;
    right: 35px;
    top: -404px;
  }
  .__row1 div:last-child .orange-box h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin: 8px;
    padding-top: 10px;
  }
  .__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }
  .__row2 div:first-child {
    width: 100%;
  }
  .__row2 div:last-child {
    width: 100%;
  }
  .__row2 div:last-child p {
    font-size: 30px;
    line-height: 36px;
  }
  .__row3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__row3 div:first-child {
    width: 100%;
  }
  .__row3 div:nth-child(2) {
    width: 0%;
  }
  .__row3 div:last-child {
    width: 100%;
  }
  .__row3 div:last-child ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=sustainable.css.map */