.hero .hero-content {
  max-width: 900px !important;
  margin-left: 6vw !important;
  margin-right: auto !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.hero .hero-content h1 {
  max-width: 14ch !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.hero .hero-content p,
.hero .hero-content .wp-block-buttons {
  text-align: left !important;
  justify-content: flex-start !important;
}
.hero .hero-content h1,
.hero-content h1,
h1.wp-block-heading {
    max-width: none !important;
    width: 100% !important;
    white-space: normal !important;
}
.hero-eyebrow {
    font-size: 14px !important;
    letter-spacing: 5px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.hero .wp-block-gallery {
  display: flex !important;
  align-items: center !important;
  gap: 55px !important;
  flex-wrap: nowrap !important;
}

.hero .wp-block-gallery img {
  height: 40px !important;
  max-height: 82px !important;
  width: auto !important;
  object-fit: contain !important;
}
.architecture-logos {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 35px !important;
  flex-wrap: nowrap !important;
}

.architecture-logos figure {
  width: auto !important;
  margin: 0 !important;
}

.architecture-logos img {
  height: 55px !important;
  max-height: 55px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  height: 55px !important;
  max-height: 55px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  flex: none !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  width: auto !important;
  flex-grow: 0 !important;
  margin: 0 !important;
}

.wp-block-gallery.has-nested-images {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 35px !important;
  flex-wrap: nowrap !important;
} this is everything i have now