.no-image {
  background-color: var(--teal-50);
}

.no-image .project-header-section {
  padding: 0;
}

.project-header-section {
  margin-bottom: 0;
  padding-bottom: 0;
  scroll-margin-top: var(--header-height);
}

.project-header-content {
  padding: 120px var(--spacing-9);
  position: relative;
  height: 564px;
}

.align-right.project-header-content {
  display: flex;
  justify-content: right;
}

.project-header-image {
  background-size: cover;
  border-radius: 5px;
}

.project-header-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: var(--teal-700);
  opacity: 0.8;
}

.project-header-text {
  text-align: left;
  position: relative;
  width: 732px;
}

.align-right .project-header-text {
  text-align: right;
}

.project-header-text span,
.project-header-text h2,
.project-header-text a {
  margin-bottom: var(--spacing-7);
}

.project-header-text h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--grey-100);
}

.no-image .project-header-text h2 {
  color: var(--grey-900);
}

.project-header-text h2 strong {
  color: var(--teal-vibrant);
  font-weight: 400;
}

.no-image .project-header-text h2 strong {
  color: var(--teal-400);
}

.project-header-inner-image {
  position: absolute;
  right: 38px;
  top: -38px;
  border-radius: 5px;
}

.align-right .project-header-inner-image {
  left: 38px;
}

.no-image .project-header-inner-image {
  right: 0px;
}

.no-image .align-right .project-header-inner-image {
  left: 0px;
}

.project-header-inner-image img {
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.project-header-points {
  margin-top: var(--spacing-11);
  display: grid;
  grid-template-columns: auto auto;
  column-gap: var(--spacing-6);
  row-gap: var(--spacing-6);
  padding: 0 var(--spacing-13) 0 0;
}

.no-image .project-header-points {
  padding: 0 0 0 var(--spacing-13);
}

.project-header-point {
  display: flex;
  align-items: center;
  gap: var(--spacing-5);
}

.project-header-point__icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--teal-600);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-header-point__icon i {
  color: var(--teal-vibrant);
  font-size: 20px;
  line-height: 1;
}

.project-header-point__text {
  text-align: left;
  margin: 0;
  color: var(--grey-100);
  font-weight: 400;
  font-size: 20px;
}

.no-image .project-header-point__text {
  color: var(--teal-700);
}

.project-header-description {
  font-weight: 500;
  color: var(--grey-100);
}

.no-image .project-header-description {
  color: var(--grey-700);
}

.project-header-description strong {
  font-weight: 600;
  color: var(--teal-vibrant);
}

.no-image .project-header-description strong {
  color: var(--teal-500);
}
