.angebot {
  padding: 120px 0;
}
.angebot h2.section-title {
  margin-bottom: 46px;
}
.angebot h3.section-title {
  margin-bottom: 62px;
}
.angebot .section-title {
  margin-bottom: 64px;
}
.angebot .angebot-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 32px;
}
@media screen and (max-width: 767px) {
  .angebot .angebot-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.angebot .angebot-card {
  flex: 1 250px;
  display: flex;
  flex-direction: column;
}
.angebot .angebot-card__header {
  margin-bottom: 8px;
}
.angebot .angebot-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 350px;
  height: 100vh;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .angebot .angebot-card__img {
    max-height: 250px;
  }
}
.angebot .angebot-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.angebot .angebot-card__title {
  color: var(--highlight);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 150%;
  text-transform: uppercase;
}
.angebot .angebot-card__content {
  color: #535862;
}
.angebot .angebot-card__text p {
  font-size: 16px;
  line-height: 150%;
}
.angebot .angebot-card__footer {
  margin-top: 20px;
}
.angebot .angebot-opts {
  margin-top: 32px;
}
@media screen and (max-width: 1440px) {
  .angebot {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .angebot {
    padding: 70px 0;
  }
  .angebot .angebot__title {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .angebot {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=angebot-section-manual.css.map */
