.feature-hero {
  position: relative;
  z-index: 1;
  padding-top: 152px;
  padding-bottom: 20px; }
  .feature-hero .feature-hero__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box; }
    .feature-hero .feature-hero__row .feature-hero__col {
      padding-right: 15px;
      padding-left: 15px;
      box-sizing: border-box; }
    .feature-hero .feature-hero__row .feature-hero__col-content {
      flex: 0 0 53.2%;
      max-width: 53.2%;
      margin-top: 30px; }
    .feature-hero .feature-hero__row .feature-hero__col-image {
      flex: 0 0 46.8%;
      max-width: 46.8%; }
  .feature-hero .feature-hero__heading {
    max-width: 604px; }
    .feature-hero .feature-hero__heading h1 {
      font-family: 'Averta', sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 65px;
      line-height: 64px;
      letter-spacing: -0.01em;
      color: #212E44;
      margin: 0 0 24px; }
      .feature-hero .feature-hero__heading h1 span {
        color: #7A66F0; }
  .feature-hero .feature-hero__content {
    max-width: 547px; }
    .feature-hero .feature-hero__content p:last-child {
      margin-bottom: 0; }
  .feature-hero .feature-hero__content,
  .feature-hero .feature-hero__content p {
    font-family: 'Averta', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #212E44;
    margin-bottom: 24px; }
  .feature-hero .feature-hero__info p:last-child {
    margin-bottom: 0; }
  .feature-hero .feature-hero__info,
  .feature-hero .feature-hero__info p {
    font-family: 'Averta', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    color: #212E44;
    margin-bottom: 12px; }
  .feature-hero .feature-hero__buttons {
    margin-bottom: 8px; }
    .feature-hero .feature-hero__buttons .hv2-button {
      margin-right: 16px;
      margin-bottom: 16px; }
      .feature-hero .feature-hero__buttons .hv2-button:last-child {
        margin-right: 0; }
  .feature-hero .feature-hero__social-networks > img {
    margin-right: 16px;
    margin-bottom: 16px; }
    .feature-hero .feature-hero__social-networks > img:last-child {
      margin-right: 0; }
  .feature-hero .feature-hero__side-image img {
    max-width: 100%; }
  @media (max-width: 991px) {
    .feature-hero {
      padding-top: 80px; }
      .feature-hero .feature-hero__row .feature-hero__col-content {
        margin-top: 0; }
      .feature-hero .feature-hero__heading h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 16px; }
      .feature-hero .feature-hero__content,
      .feature-hero .feature-hero__content p {
        font-size: 16px;
        line-height: 24px; }
      .feature-hero .feature-hero__info,
      .feature-hero .feature-hero__info p {
        font-size: 12px !important;
        line-height: 15px; }
      .feature-hero .feature-hero__buttons {
        margin-bottom: 12px; }
      .feature-hero .feature-hero__social-networks > img {
        max-width: 18px; } }
  @media (max-width: 768px) {
    .feature-hero .feature-hero__heading h1 br {
      display: none; } }
  @media (max-width: 599px) {
    .feature-hero {
      padding-top: 86px; }
      .feature-hero .feature-hero__row .feature-hero__col-content,
      .feature-hero .feature-hero__row .feature-hero__col-image {
        flex: 0 0 100%;
        max-width: 100%; }
      .feature-hero .feature-hero__row .feature-hero__col-content {
        margin-bottom: 12px; }
      .feature-hero .feature-hero__buttons {
        margin-bottom: 0; }
        .feature-hero .feature-hero__buttons .hv2-button {
          width: 100%; }
      .feature-hero .feature-hero__info {
        margin-bottom: 15px; }
      .feature-hero .feature-hero__info,
      .feature-hero .feature-hero__social-networks {
        text-align: center; } }


/*# sourceMappingURL=feature_hero.css.map*/