#about #container .s1 {
  background: url(/i/about-hero.jpg) no-repeat center top/cover;
}
#about #container .s2 .container > div:nth-child(1) {
  max-width: 680px;
}

#about #container .s2 .container > div:nth-child(2) {
  max-width: 786px;
}

#about #container .s3 {
  height: 100vh;
  max-height: 800px;
  position: relative;
  background: url(/i/about2.JPG) no-repeat center top/cover fixed;
}

#about #container .s3 .container {
  position: relative;
  top: 65%;
  transform: translateY(-50%);
}

#about #container .s3 .container > div {
  max-width: 308px;
  margin-left: auto;
}

#about #container .s3 .container > div h2, #about #container .s3 .container > div p {
  color: #fff;
}

#about #container .s3 .container > div h2 {
  margin-bottom: 0;
}

#about #container .s3 .container > div p:first-of-type {
  font-weight: 400;
  font-size: 1.77rem;
  line-height: 2.3rem;
  margin: 1.38rem 0 2.7rem 0;
}

#about #container .s3 .container > div p:last-of-type {
  font-size: 1.27rem;
  line-height: 1.8rem;
}

#about #container .s4 {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

#about #container .s4 .left {
  width: 50%;
  position: relative;
}

#about #container .s4 .left > div {
  max-width: 680px;
  padding-left: 1rem;
  margin-left: auto;
  position: relative;
  top: 50%;
  transform: translateY(-40%);
}

#about #container .s4 .left > div[data-scroll="in"] {
  transform: translateY(-50%);
}

#about #container .s4 .left h2 {
  margin-bottom: 1.83rem;
}

#about #container .s4 .left ul {
  list-style: none;
  padding-left:0;
}

#about #container .s4 .left ul li {
  font-family: "halyard-text";
  font-style: normal;
  font-weight: 300;
  padding: 13px 0;
  font-size: 1.27rem;
  line-height: 2rem;
  color: #1E2757;
  border-bottom: solid 1px #92A5A9;
}

#about #container .s4 .right {
  width: 50%;
  height: 900px;
  background: url(/i/about3.jpg) no-repeat center/cover;
}



#about #container .s6 {
  text-align: center;
  margin: 7.5rem 0;
}

#about #container .s6 p {
  max-width: 555px;
  margin: 1.8rem auto;
}

#about #container .s6 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 0;
  flex-wrap:wrap;
}

#about #container .s6 .wrap > div {
  width: 25%;
}

#about #container .s6 .wrap > div:nth-child(2) {
  transition-delay: 0.5s;
}

#about #container .s6 .wrap > div:nth-child(3) {
  transition-delay: 0.75s;
}

#about #container .s6 .wrap > div:nth-child(4) {
  transition-delay: 1s;
}
#about #container .s6 .wrap > div:nth-child(5) {
  transition-delay: 1.25s;
}
#about #container .s6 .wrap > div:nth-child(6) {
  transition-delay: 1.5s;
}
#about #container .s6 .wrap > div:nth-child(7) {
  transition-delay: 1.75s;
}
#about #container .s6 .wrap > div:nth-child(8) {
  transition-delay: 2s;
}
#about #container .s6 .wrap img {
  display: block;
  width: 83%;
  margin: 0 auto;
}

/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #about #container .s2 .container > div:nth-child(1), #about #container .s2 .container > div:nth-child(2) {
    max-width: none;
  }
  #about #container .s3 {
    max-height: 750px;
  }
  
  #about #container .s6 {
    margin-bottom: 6.9rem;
  }
  #about #container .s6 .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  #about #container .s6 .wrap > div {
    width: 33.33%;
  }
}

@media screen and (max-width: 980px) {
  #about #container .s4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #about #container .s4 .left, #about #container .s4 .right {
    width: 100%;
  }
  #about #container .s4 .left {
    padding: 5rem 1rem;
  }
  #about #container .s4 .left > div {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 20px);
    padding-left: 0;
    max-width: none;
  }
  #about #container .s4 .left > div[data-scroll="in"] {
    transform: translate(0, 0);
  }
  #about #container .s4 .left ul {
    max-width: none;
  }
  #about #container .s4 .right {
    height: 550px;
    background-position: bottom;
  }
}

@media screen and (max-width: 767px) {
  #about #container .s3 {
    max-height: 500px;
  }
  #about #container .s3 .container > div {
    margin-left: 0;
  }
  #about #container .s3 .container > div h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #about #container .s3 .container > div p:first-of-type {
    font-size: 1.5rem;
    margin: 1rem 0 1.5rem 0;
  }
  #about #container .s3 .container > div p:last-of-type {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  #about #container .s4 .right {
    height: 350px;
  }
  
  #about #container .s6 {
    margin-bottom: 5rem;
  }
  #about #container .s6 .wrap > div {
    width: 80%;
  }
  #about #container .s6 .wrap > div:last-of-type img {
    max-width: 120px;
  }
}
