#About .copy-wrapper {
  width: 52%;
  margin-left: auto;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

#About h2 {
  width: 22%;
}

#About .copy-wrapper::-webkit-scrollbar {
  width: 0.35em;
}
#About .copy-wrapper::-webkit-scrollbar-track {
  background-color: rgba(255,255,255, 0.04);
}
#About .copy-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255, 0.25);
  border-radius: 10px;
}

#About .copy-wrapper .copy {
  width: 100%;
  display: block;
  padding: 0;
  padding-top: 0.5em;
  line-height: 1.5em;
  font-size: 0.9em;
  padding-right: 1em;
}

#About .container {
  padding-top: 180px;
  height: 100%;
}

#About .copy-section {
  padding-bottom: 1.5em;
}

#About .copy-section h4 {
  font-family: 'Canela';
  font-size: 1.2em;
}

header nav li label {
  width: 158px;
  padding-left: 0;
}

@media screen and (max-width: 1280px) {
  #About .copy-wrapper {
    width: 100%;
    height: calc(100% - 4em);
  }

  #About .container {
    padding-top: 100px;
  }
  #About h2 {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  #About .copy-wrapper {
    width: 100%;
    height: calc(100% - 4.5em);
    max-width: 630px;
    margin: auto;
    padding: 0 30px;
  }

  #About .container {
    padding-top: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #About h2 {
    width: 100%;
    padding-bottom: 0.5em !important;
  }

  #About .copy-section h4 {
    max-width: 630px;
    margin: auto;
  }
  #About .copy-section:last-child {
    padding-bottom: 4em;
  }
}

@media screen and (min-width: 1680px) {
  #About .copy-wrapper {
    width: 60%;
  }
  #About h2 {
    width: 25%;
  }
}