.scc-about-us-container {
  margin: 0 auto;
  height: 31.3rem;
  width: 100%;
  background: linear-gradient(
    90deg,
    #abe4ef 0%,
    rgb(52 200 229 / 73%) 53.37%,
    #34c8e5 95.39%
  );
  display: flex;
  justify-content: end;
  position: relative;
}

.scc-about-us-container .scc-about-us-img {
  height: 100%;
  width: 50%;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}

.scc-about-us-container .scc-about-us-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.scc-about-us-container .scc-about-us-text {
  position: absolute;
  width: 120rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scc-about-us-container .scc-about-us-text h1 {
  color: #333;
  font-family: Exo, sens-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

/* 面包屑 */
.scc-main-breadcrumb {
  width: 120rem;
  max-width: 100%;
  margin: 2.1rem auto 3rem;
  color: var(--scc-color-breadcrumb);
  font-size: 1.4rem;
  font-weight: 400;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item::after {
  content: '/';
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0.5rem;
}

.scc-main-breadcrumb
  .breadcrumb-link
  .breadcrumb-item:nth-last-child(1)::after {
  display: none;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item:nth-last-child(1) a {
  color: var(--scc-color-primary);
}

/* <!-- ➢ About us介绍 --> */
.scc-about-us-introduce {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 6.6rem;
}

@media screen and (width <= 768px) {
  /*  about us */
  .scc-about-us-container {
    height: 21.3rem;
  }

  .scc-about-us-container .scc-about-us-img {
    width: 21.8rem;
  }

  .scc-about-us-container .scc-about-us-img img {
    object-fit: fill;
  }

  .scc-about-us-container .scc-about-us-text {
    width: 100%;
    padding: 0 1.6rem;
  }

  /* 面包屑 */
  .scc-main-breadcrumb {
    margin: 2.1rem 0 2.6rem;
    padding: 0 1.6rem;
    width: auto;
  }

  /* <!-- ➢ About us介绍 --> */
  .scc-about-us-introduce {
    padding: 0 1.6rem;
    width: 100%;
  }
}
