.header-about-us-container {
  min-height: 27.077rem;
  position: relative;
  background-color: #000;
  /* 16px / 13 */
  overflow: hidden;
}

.builder-row.builder-r0-c0 > div.header-about-us-container {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 32px;
}

.header-about-us-container .headerbg-image {
  object-position: center;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.header-about-us-content {
  position: absolute;
  bottom: 96px;  
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

.header-about-us-overlay {
  position: relative;
  isolation: isolate;
}

.header-about-us-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    252.65deg,
    var(--primary-color) 8.18%,
    var(--secondary-color) 91.82%
  );
  filter: blur(5.3846rem) saturate(115%);
  opacity: 0.75;
  border-radius: 50%;
  top: -10%;
  height: calc(100% + 6.1538rem);
}

.header-about-us-overlay .header-content-subtitle,
.header-about-us-overlay .header-content-title {
  position: relative;
  z-index: 1;
  color: var(--text-white);
}

.header-content-title {
  font-family: var(--font-semplicita) !important;
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-77);
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  align-items: center;
  gap: 0.923rem;
  line-height: 1.4;
  /* 12px / 13 */
}

.header-content {
  gap: 0.385rem;
  /* 5px / 13 */
}

.header-content-subtitle {
  font-weight: var(--font-normal);
  font-size: var(--font-size-36);
  line-height: 1.4;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
}

@media (max-width: 1280px) {
  .header-content {
    gap: 0.5rem;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .header-content-subtitle {
    /* font-size: var(--font-size-14); */
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .header-about-us-container {
    height: 29.231rem;
    /* 380px / 13 */
  }

  .header-content-title {
    font-size: var(--font-size-28);
  }

  .header-content-subtitle {
    font-size: var(--font-size-14);
    margin-bottom: 1.231rem;
    /* 16px / 13 */
  }

  .header-content {
    max-width: 100%;
  }
}
