.ax-single-project-page,
.ax-single-project-canvas {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 0 !important;
}

.ax-project-hero-dual {
  display: flex;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.ax-project-hero-dual .ax-hero-col,
.ax-project-hero-dual .col {
  height: 100%;
}

.ax-project-hero-dual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ax-project-section-container {
  /* max-width: 1280px; */
  margin: 0 auto;
  padding: 80px 35px 60px 35px !important;
  box-sizing: border-box;
}

.ax-project-story-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.ax-project-col-title {
  width: 100%;
}

.ax-project-main-title,
.ax-project-sub-title {
  font-size: 40px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 54px !important;
  color: #000000 !important;
  padding-right: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
  letter-spacing: 0.5px;
}

.ax-project-col-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 2rem;
}

.ax-project-specs-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ax-spec-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.ax-spec-label {
  width: 205px;
  flex-shrink: 0;
  color: #1f201e;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.ax-spec-value {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.ax-project-intro-text p,
.ax-project-main-body p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.ax-project-main-body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}

.ax-project-gallery-row {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}

.ax-project-gallery-row img {
  flex: 1;
  width: 50%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 849px) {
  .ax-project-hero-dual {
    flex-direction: column;
    height: auto;
  }

  .ax-project-hero-dual .ax-hero-col,
  .ax-project-hero-dual .col {
    height: 280px;
  }

  .ax-project-section-container {
    padding: 40px 20px;
  }

  .ax-project-col-title,
  .ax-project-col-content {
    width: 100%;
  }

  .ax-project-main-title,
  .ax-project-sub-title {
    font-size: 24px !important;
    line-height: 38px !important;
  }

  .ax-spec-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 0;
  }

  .ax-spec-label {
    width: 100%;
  }

  .ax-project-main-title,
  .ax-project-sub-title {
    padding-right: 1rem;
  }

  .ax-project-col-content {
    padding-left: 1rem;
  }


}

@media (max-width: 559px) {

  .ax-project-main-title,
  .ax-project-sub-title {
    padding-right: 0;
  }

  .ax-project-col-content {
    padding-left: 0;
  }
}