.Hero {
  padding: 40px 0 16px;
  background-color: $primary-02;

  .breadcrumb {
    align-items: center;
    gap: 8px;

    li {
      gap: 8px;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;

      a,
      i {
        color: $text-light;
      }

      span {
        color: #fff;
      }
    }
  }

  .hero-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .return {
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: $primary-03;
  }

  .Container {
    gap: 80px;
  }

  .Title {
    font-weight: 300;
    color: #fff;
    padding-bottom: 64px;

    span {
      font-weight: 300 !important;
    }
  }

  @media (max-width: $lg) {
    padding: 0;
    .Title {
      padding-top: 50px;
    }
    .hero-head {
      display: none;
    }
  }
}
