.projects-nav-section {
  margin-top: var(--spacing-15);
  padding: var(--spacing-7) 0;
}

.projects-nav-header {
  border-bottom: 2px solid var(--teal-100);
  padding-bottom: var(--spacing-3);
  margin-bottom: var(--spacing-9);
  text-align: left;
}

.projects-nav-label {
  color: var(--teal-400);
  font-size: 14px;
  font-weight: 500;
}

.projects-nav-grid {
  display: flex;
  justify-content: space-between; 
  text-align: left;
  padding: 0 var(--spacing-5);
}

.projects-nav-item__title {
  font-family: "Fraunces";
  font-weight: 400;
  font-size: 24px;
  color: var(--teal-500);
  margin-bottom: var(--spacing-4);
  display: inline-flex;
  flex-direction: column;
  white-space: nowrap;
}

.projects-nav-item__title::after {
  content: attr(data-title);
  display: block;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}

.projects-nav-item:hover .projects-nav-item__title {
  font-weight: 600;
  color: var(--teal-700);
}

.projects-nav-item p {
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-500);
  margin: 0;
}
