﻿.error-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 3.5rem 1rem;
}

.img-error {
  max-width: 250px;
  max-height: 250px;
}

.content-error h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 1rem;
}

.content-error p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 3rem;
}

.studio-hidden {
  display: none;
}
