#cookie-banner,
#adopt-controller-button {
  display: none !important;
}
.header {
  padding: 20px;
}
.header .row img {
  width: 100px;
}
.loading h2 {
  color: #ffffff;
  font-size: 3rem;
}
.crumbs {
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}
.section__about-us .section__about-us--text {
  font-size: 18px;
  line-height: 40px;
}
.services h4 {
  text-align: left;
}
.services p {
  text-align: left;
  font-weight: normal;
}
.services .images img {
  width: 100%;
  border-radius: 10px;
}
.services .images .cards {
  margin-bottom: 20px;
}
.text-white strong {
  font-size: 1.5rem;
}
#team,
#careers {
  position: relative;
}
#team .bg-l img,
#careers .bg-l img {
  position: absolute;
  left: -50%;
  z-index: -1;
}
#services {
  position: relative;
}
#services .bg-r img {
  position: absolute;
  right: -50%;
  z-index: -1;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .header .row {
    justify-content: space-between;
  }
  .crumbs {
    display: inline-block;
  }
}
.error-message {
  color: red !important;
}
/*# sourceMappingURL=style.css.map */