.section--image .hero__content__wrapper {
  & .hero__kicker p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
  }

  & .hero__title p {
    font-weight: 700;
    line-height: 68px;
    margin-top: 0;
  }

  & .hero__description {
    margin-top: 8px;
  }

  & .hero__description p {
    font-size: 16px;
    line-height: 24px;
  }

  & .hero__cta__wrapper {
    margin-top: 0px;
  }

  & .hero__cta__wrapper .standard__cta {
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #606060;
    letter-spacing: 1px;
  }

  & .hero__cta__wrapper .standard__cta:hover {
    border-color: white;
  }

  & .btn-text-thick-line:after {
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .section--image .hero__content__wrapper {
    & .hero__kicker p {
      font-family: Nunito, sans-serif;
      font-weight: 700;
    }

    & .hero__title p {
      font-size: 48px;
      line-height: 40px;
    }

    & .hero__description {
      margin-top: 8px;
    }

    & .hero__cta__wrapper .standard__cta {
      font-size: 12px;
      line-height: 18px;
    }
  }
}
