.index__section-first,
.index__section-second,
.error__section-first,
.error__section-second {
  display: flex;
  justify-content: center;
  padding: 0 2rem;
  height: 50dvh;
}

.index__section-first {
  background-color: var(--color-brand-1);
}

.index__div,
.error__div-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
  max-width: 500px;
  width: 100%;
}

.index__section-first h3 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-grey-7);
}

.index__section-first p,
.error__section-first p {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--color-grey-7);
}

.index__section-second {
  background-color: var(--color-grey-2);
}

.index__section-second form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  gap: 10px;
}

.index__section-second form h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-grey-7);
  margin-bottom: 20px;
}

.index__section-second form p {
  font-size: 0.9rem;
  font-family: 500;
  color: var(--color-grey-7);
}

.index__section-second form input {
  background-color: var(--color-grey-1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  padding: 8px;
}

.error__section-first h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 50px;
  color: var(--color-grey-7);
}

@media (min-width: 768px) {
  .index__section-first,
  .index__section-second,
  .error__section-first,
  .error__section-second {
    height: 100svh;
    width: 100svw;
  }
}
