section.video {
  margin-top: 88px;
  height: 636px;

  & h1 {
    font-size: var(--fs-tiny);
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 32px;
  }

  & div.divider {
    height: 1px;
    width: 256px;
    background-color: #c4c4c4;
    justify-self: center;
    margin-bottom: 16px;
  }

  & div:last-of-type {
    max-width: 816px;
    margin: 0 auto;

    & .wistia_responsive_padding {
      padding: 56.25% 0 0 0;
      position: relative;
      max-height: 459px;

      & .wistia_responsive_wrapper {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        max-height: 459px;
      }
    }
  }
}

section.values {
  background-color: #f4f4f4;
  height: 493px;

  > h1 {
    font-size: var(--fs-tiny);
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    padding-top: 56px;
  }
  > div.divider {
    height: 1px;
    width: 96px;
    background-color: #c4c4c4;
    justify-self: center;
    margin-bottom: 44px;
    margin-top: 16px;
  }

  > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;

    > div {
      display: flex;
      flex-direction: column;
      width: 300px;
      justify-content: center;
      align-items: center;

      > img {
        width: 192px;
        height: 172px;
        padding-bottom: 20px;
      }

      > h1 {
        font-size: var(--fs-tiny);
        line-height: 40px;
        font-weight: 600;
      }

      > p {
        font-size: var(--fs-small);
        line-height: 20px;
        font-weight: 400;
        font-family: MavenPro, sans-serif;
      }
    }
  }
}

section.learn_more {
  background-color: #101820;
  display: flex;
  flex-direction: row;
  height: 248px;
  width: 100%;
  padding-top: 56px;

  > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

    > h1 {
      font-size: var(--fs-tiny);
      font-weight: 700;
      line-height: 60px;
      color: #ffffff;
      margin-bottom: 20px;
    }

    > div {
      display: flex;
      flex-direction: row;
      width: 100%;
      gap: 60px;
      justify-content: center;

      > a {
        width: 269px;
        height: 52px;
        border: 2px solid #ffffff;
        color: #ffffff;
        padding: 12px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: var(--fs-body);
        line-height: 28px;
        white-space: nowrap;

        > span {
          display: inline-block;
          transform: translateY(2px);
        }
      }
    }
  }
}
