/* Tablet Responsive (max-width: 768px) */

.nav-container {
  justify-content: center;
}

.nav-container ul {
  gap: 1rem;
  margin-right: 0;
}

.heading-big {
  font-size: 2.6rem;
}
.heading-med {
  font-size: 2rem;
}
.heading-small {
  font-size: 1.6rem;
}

.grid-container {
  grid-template-columns: 1fr; 
}

.projects-grid {
  grid-template-columns: 1fr 1fr;
}

.project-card img {
  width: 100%;
  max-height: 160px;
}

.contact-container {
  grid-template-columns: 1fr;
  gap: 2rem;
}
