.car-icon-wrapper {
  position: absolute;
  left: -0px;
}

.error-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px;
}

.error-content-wrapper {
  text-align: center;
  margin: 74px auto 400px auto;
}

.error-sub-heading-text {
  color: var(--text-gray-light);
  font-weight: 500;
}

.error-heading {
  font-size: max(64px, min(10vw, 96px));
  font-weight: bold;
  line-height: 1;
}

.error-btn {
  color: var(--white);
  background-color: red;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 8px;
}

@media (max-width: 800px) {
  .error-content-wrapper {
    margin: 74px auto 200px auto;
  }
  .car-icon-wrapper {
    width: 120px;
    top: 90px;
  }

    .car-icon-wrapper img {
      width: 100%;
      height: auto;
    }
}
