.hero {
  background-color: #f5f5f5;
}

.hero-content {
  color: #f5f5f5;
}

.hero-content h1 {
  color: #3a3a3a;
  padding-bottom: 24px;
  padding-top: 24px;
}

.hero-content h2 {
  color: #505050;
}

.service-section {
  padding-bottom: 72px;
  background-color: white;
}

.service-head {
  margin-top: 44px;
  margin-bottom: 72px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.service-head h3 {
  margin-top: 44px;
}

.card-grid {
  width: 100%;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, 20rem);
  justify-content: center;
  align-items: stretch;
}

.card {
  background-color: #f5f5f5;
}

.card-img {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.card-content {
  padding: 16px;
}

.card-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.card-head a:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.arrow-outward {
  height: 28px;
}

.hinweis-section {
  background-color: white;
}

.hinweis {
  background-color: #f5f5f5;
  margin-bottom: 72px;
  padding: 24px;
}
