#ethics_wrapper {
  margin-top: 0;
}
#ethics_wrapper a {
  color: black;
  text-decoration: none;
}
#ethics_wrapper a span {
  text-decoration: underline;
}
#ethics_wrapper > div {
  padding: 5vw 15vw;
  padding-bottom: 2.5vw;
  width: 100%;
}
#ethics_wrapper > div:first-of-type {
  padding: 0;
}
#ethics_wrapper > div .row {
  margin: 0;
  justify-content: center;
}
#ethics_wrapper > div img {
  width: 100%;
}
#ethics_wrapper > div > .row:first-of-type .title {
  text-align: start;
}
#ethics_wrapper > div > .row:first-of-type img.ethics_banner {
  max-height: 40vh;
  object-fit: cover;
  object-position: 0 75%;
}
#ethics_wrapper > div.content {
  padding: 5vw 13vw;
}
#ethics_wrapper > div .col-6 {
  min-width: 200px;
}
@media screen and (min-width: 666px) {
  #ethics_wrapper > div .sus-div {
    padding-right: 3rem;
    margin-left: -4rem;
  }
  #ethics_wrapper > div .soc-div {
    padding-left: 3rem;
    margin-right: -4rem;
  }
}
@media screen and (max-width: 666px) {
  #ethics_wrapper > div .soc-div {
    margin-top: calc(7.5vw + 1rem);
  }
}
#ethics_wrapper > div .quote {
  align-self: center;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
#ethics_wrapper > div footer {
  font-style: italic;
}
#ethics_wrapper > div footer + footer {
  margin-top: 1rem;
}
#ethics_wrapper > div.studio_section .row > div.col-6 {
  padding: 0 5vw;
}
#ethics_wrapper > div.studio_section .studio-img {
  width: 70%;
  margin-bottom: 2rem;
}
#ethics_wrapper > div.studio_section .studio-img ~ img {
  width: 80%;
}
#ethics_wrapper > div.studio_section .studio-elanines img:first-of-type {
  margin-bottom: 2rem;
}

#client_section {
  padding-top: 5vw;
}
#client_section .title {
  text-align: start;
}
#client_section .customers {
  margin-bottom: 5vw;
}

/*# sourceMappingURL=ethics.css.map */
