.project-number {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 8px;
  display: inline;
}

.project-h1 .project-number {
  font-size: 32px;
  line-height: 1.25;
  font-family: 'Karla', sans-serif;
  color: var(--blue-gray-900);
  font-weight: 700;
}

/* Responsive  */
@media screen and (max-width: 1026px) {
  .project-h1 .project-number {
    font-size: 30px;
  }
}

@media screen and (max-width: 601px) {
  .project-h1 .project-number {
    font-size: 28px;
  }
}

.project-h2 .project-number {
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Karla', sans-serif;
  color: var(--blue-gray-900);
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 1026px) {
  .project-h2 .project-number {
    font-size: 22px;
  }
}

@media screen and (max-width: 601px) {
  .project-h2 .project-number {
    font-size: 20px;
  }
}

.project-h3 .project-number {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Karla', sans-serif;
  color: var(--blue-gray-900);
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 1026px) {
  .project-h3 .project-number {
    font-size: 18px;
  }
}

@media screen and (max-width: 601px) {
  .project-h3 .project-number {
    font-size: 16px;
  }
}

.numbered {
  position: relative;
}
