.hero {
  border-radius: 0;
}

.hero__text {
  max-width: 604px;
}

.hero__cta {
  margin-top: 60px;
}

@media (min-width: 1440px) {
  .hero__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

    text-align: start;
  }

  .hero__text {
    text-align: end;
  }

  .hero__cta {
    margin: 60px auto 0;
  }
}
