.c-hero {
  padding: 72px 0px;
  padding: 4.5rem 0;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.c-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(to left, rgba(39, 12, 233, 0.4) 23%, rgba(0, 241, 91, 0.4) 80%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-hero {
    padding: 0px;
    padding: 0;
    margin-bottom: 216px;
    margin-bottom: 13.5rem;
    margin-top: 75px;
    flex-direction: row;
    min-height: 460px;
    height: 40vw;
    max-height: 630px;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.c-hero__main {
  max-width: 500px;
  order: 2;
}
@media (min-width: 992px) {
  .c-hero__main {
    order: 1;
    align-self: end;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-hero__main {
    margin-bottom: 100px;
  }
}
.c-hero__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 500px !important;
  position: relative;
  color: #1A1A1A;
  text-align: center;
}
@media (min-width: 992px) {
  .c-hero__title {
    margin: 6px 0px;
    margin: 0.375rem 0;
    text-align: left;
  }
}
.c-hero__text {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  max-width: 550px;
  color: #1A1A1A;
  text-align: center;
}
@media (min-width: 992px) {
  .c-hero__text {
    max-width: 760px;
    text-align: left;
  }
}
.c-hero__button {
  display: none;
  text-align: center;
}
@media (min-width: 992px) {
  .c-hero__button {
    display: block;
    text-align: left;
  }
}
.c-hero__button--mobile {
  order: 4;
}
@media (min-width: 992px) {
  .c-hero__button--mobile {
    display: none;
  }
}
.c-hero__image {
  position: relative;
  width: 100%;
  max-width: 400px;
  order: 1;
}
@media (min-width: 992px) {
  .c-hero__image {
    max-width: 626px;
    order: 2;
    top: 110px;
    margin-left: -70px;
  }
}
.c-hero__secondary-text {
  max-width: 360px;
  font-weight: 500;
  order: 3;
  text-align: center;
}
@media (min-width: 992px) {
  .c-hero__secondary-text {
    align-self: end;
    margin-bottom: 40px;
    margin-left: -50px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-hero__secondary-text {
    margin-bottom: 100px;
  }
}
