.imprint_section {
  min-height: 100vh;
  padding: 170px 7% 100px;
}

.imprint_card {
  max-width: 1050px;
  margin: 0 auto;
  padding: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.12);
}

.imprint_small {
  color: rgb(33, 211, 10);
  font-weight: 800;
  letter-spacing: 2px;
}

.imprint_card h1 {
  font-size: clamp(54px, 7vw, 100px);
  margin: 15px 0 40px;
}

.imprint_card h2 {
  font-size: 34px;
  margin-bottom: 35px;
}

.imprint_card h3 {
  font-size: 28px;
  margin-top: 35px;
  color: rgb(33, 211, 10);
}

.imprint_card p,
.imprint_card a {
  font-size: 24px;
  line-height: 1.7;
  color: #111;
}

.imprint_card a {
  font-weight: 700;
  text-decoration: none;
}

.imprint_card a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .imprint_section {
    padding: 140px 24px 70px;
  }

  .imprint_card {
    padding: 35px;
  }

  .imprint_card p,
  .imprint_card a {
    font-size: 19px;
  }
}