#wearehumans {
  background: linear-gradient(to bottom, var(--basic-light) 50%, var(--basic-light-whitevar) 50%);
  color: var(--basic-dark);
  padding-bottom: 170px;
}

div.wearehumans-header {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 110px;
}

.wearehumans-header-content {
  padding-top: 25px;
  font-size: 36px;
  max-width: 312px;
  text-align: center;
  margin: 0 auto;
  line-height: 140%;
  font-weight: 600;
}

.wearehumans-img-mobile {
  width: 100%;
}

.wearehumans-img-desktop {
  display: none;
}

#wearehumans .section-title {
  padding-top: 170px;
  padding-bottom: 48px;
}

.wearehumans-content p {
  font-size: 18px;
  line-height: 160%;
  color: #2D3F53;
  padding-bottom: 12px;
}

.wearehumans-actions {
  padding-top: 40px;
}

.wearehumans-actions-schedule {
  background-color: var(--basic-light);
  color: var(--basic-dark);
  text-decoration: none;
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

a.wearehumans-actions-schedule:hover {
  background-color: #06ba9e;
}

a.wearehumans-actions-schedule:active {
  background-color: var(--basic-dark);
  color: var(--basic-light);
}

.wearehumans-actions-message {
  padding-top: 16px;
  text-align: center;
  font-weight: 500;
}

.wearehumans-actions-message a {
  color: var(--basic-dark);
  font-size: 18px;
}

.wearehumans-actions-message a:hover {
  font-weight: 700;
}

@media (min-width: 768px) {
  #wearehumans {
    padding-bottom: 230px;
  }

  div.wearehumans-header {
    padding-top: 220px;
  }

  .wearehumans-img-desktop {
    display: block;
    width: 100%;
  }

  .wearehumans-img-mobile {
    display: none;
  }

  .wearehumans-actions {
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .wearehumans-header-content {
    font-size: 64px;
    max-width: 780px;
  }

  .wearehumans-header-content .it-all-starts {
    display: block
  }

  .wearehumans-content p {
    font-size: 24px;
  }

  .wearehumans-actions .wearehumans-actions-schedule {
    width: fit-content;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-weight: 600;
    font-size: 20px;
  }

  .wearehumans-actions-message a {
    font-size: 20px;
  }

  .wearehumans-actions .wearehumans-actions-message {
    margin-left: 45px;
    padding-top: 0px;
    width: fit-content;
    font-weight: 600;
  }

  .wearehumans-lets-connect {
    max-width: 780px;
    margin: 0 auto;
  }
}