/* Vitally Case Study - Page-specific styles */

/* Container 1: Board View */
.vitally .work-container-1 {
  height: auto;
  padding: 3rem;
}

/* Container 2: List View */
.vitally .work-container-2 {
  height: auto;
  padding: 3rem;
}

/* Responsive - tablet */
@media (max-width: 768px) {
  .vitally .work-container-1,
  .vitally .work-container-2 {
    height: auto;
    padding: 1.5rem;
  }
}

/* Responsive - mobile */
@media (max-width: 480px) {
  .vitally .work-container-1,
  .vitally .work-container-2 {
    padding: 1rem;
  }
}
