.project-detail-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 112px 56px 72px;
  overflow: hidden;
}

.project-detail-hero__title {
  width: 100%;
  color: #e4e6f3;
  font-family: "Satoshi", sans-serif;
  font-size: 7.3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

@media (min-width: 810px) and (max-width: 1439.98px) {
  .project-detail-hero {
    padding: 80px 40px;
  }

  .project-detail-hero__title {
    font-size: 4.5rem;
    line-height: 1.15;
  }
}

@media (max-width: 809.98px) {
  .project-detail-hero {
    padding: 56px 20px;
  }

  .project-detail-hero__title {
    font-size: 3.3rem;
    line-height: 1.15;
  }
}
