.projects-title-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.work-details-container {
  max-width: 1176px;
}

.flex-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 6px;
}

.service-project-title {
  text-transform: uppercase;
  font-size: 5.55vw;
  line-height: 5.55vw;
  font-weight: 400;
}

.projects-description {
  font-size: 21px;
  letter-spacing: 0.07vw;
  margin-bottom: 0;
  font-weight: 300;
  max-width: 36vw;
  font-family: Satoshi, sans-serif;
}

.projects-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.projects-details {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #2f2f2f33;
  min-width: 16vw;
  max-width: 21vw;
}

.projects-details h5 {
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14vw;
}

.projects-details .line-height-1rem {
  font-size: 21px;
  line-height: 2;
  font-weight: 300;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  margin: 0;
}

@media (max-width: 992px) {
  .service-project-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .projects-description {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 100%;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .projects-details h5 {
    font-size: 0.8rem;
    line-height: 0.9rem;
    letter-spacing: 0.125rem;
  }

  .projects-details .line-height-1rem {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
