.home-project-summary-component .left-image {
  aspect-ratio: 1;
  border-radius: 20px;
  object-fit: cover;

  min-width: 42vw;
  max-width: 42vw;
}

.small-title {
  text-transform: uppercase;
  border-top: 1px solid #1d2025;
  border-bottom: 1px solid #1d2025;
  padding: 0.6vw 0.8vw;
  width: fit-content;
}

.home-project-summary-component .right-image-wrapper {
  min-width: 21.7vw;
  max-width: 21.7vw;
  margin-top: 44px;
}

.home-project-summary-component .right-image {
  aspect-ratio: 1;
  border-radius: 20px;
  object-fit: cover;
  align-self: flex-end;
}

.home-project-summary-component .project-summary-row {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-project-summary-component .left-column {
  width: 42vw;
}

.left-image {
  order: 1;
}
.right-column {
  order: 2;
}
.right-image-wrapper {
  order: 3;
}

@media (max-width: 992px) {
  /* Override global h2 (4rem on mobile); keep headline prominent without one-word lines */
  .home-project-summary-component .right-column h2 {
    font-size: 2.35rem;
    line-height: 2.75rem;
    font-weight: 700;
    max-width: 100%;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .home-project-summary-component .project-summary-row {
    flex-direction: column;
    align-items: center;
  }
  .small-title {
    padding: 0.5rem 0.75rem;
    margin-top: 15px;
  }

  .project-summary-row {
    flex-direction: column;
  }
  .home-project-summary-component .left-image {
    order: 1;
    max-width: 336px;
    min-width: 336px !important;
    height: 336px;
  }
  .right-column {
    order: 2;
    text-align: start;
  }
  .right-image-wrapper {
    order: 3;
    width: 100%;
  }

  .circle-icon-cta {
    padding: 0.125rem 2rem 0.125rem 0.25rem;
    min-width: 11rem;
  }
}

@media (max-width: 576px) {
  .home-project-summary-component .right-column h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .small-title{
    margin: auto;
  }

  .right-image-wrapper {
    width: 100%;
    max-width: 100% !important;
  }
  .home-project-summary-component .left-image {
    width: 100%;
    max-width: 100% !important;
  }

  .home-project-summary-component .project-summary-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-column p{
    margin: auto;
  }
}
