.about-us-page .blue-block .white-underline {
  position: relative;
}
.about-us-page .blue-block .white-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 4px;
  width: 100%;
  height: 10px;
  background: url("/wp-content/themes/hello-elementor-child/assets/img/icons/white-text-underline.svg") no-repeat center center;
}
.about-us-page .experience-dark-icon-box {
  height: 100%;
}
.about-us-page .experience-dark-icon-box .elementor-icon-box-wrapper {
  height: 100%;
}
.about-us-page .experience-dark-icon-box .elementor-icon-box-content {
  display: flex;
  align-items: center;
}
.about-us-page .join-team-section .join-team-slider .swiper-slide .elementor-widget-text-editor {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .about-us-page .hero-content {
    flex-direction: column-reverse !important;
    gap: 20px;
  }
  .about-us-page .hero-content .e-child {
    width: 100%;
  }
  .about-us-page .hero-content .e-child > div {
    width: 100%;
  }
}
/*# sourceMappingURL=about-us.css.map */