.over-ons-text {
  padding: 5rem 10px;
  max-width: 1100px;
  margin: 0 auto 60px auto;
}

.over-ons-text__wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 40px;
  align-items: stretch;
}
.over-ons-text__wrapper--image-left {
  grid-template-columns: 40% 60%;
}

.over-ons-text__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: center;
}

.over-ons-text__title {
  font-family: "Inria Serif", serif;
  font-size: 64px;
  font-weight: bold;
  color: #463621;
  line-height: 1.1;
  margin-bottom: 0;
}

.over-ons-text__subtitle {
  font-family: "DIN 2014", sans-serif;
  font-size: 32px;
  color: #78582b;
  font-weight: 600;
  margin-bottom: 0;
}

.over-ons-text__body {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.over-ons-text__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.over-ons-text__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.over-ons-text__paragraph {
  font-family: "DIN 2014", sans-serif;
  font-size: 24px;
  color: #0d0d0d;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .over-ons-text__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .over-ons-text__image {
    height: 300px;
  }
  .over-ons-text__title {
    font-size: 40px;
  }
  .over-ons-text__subtitle {
    font-size: 22px;
  }
  .over-ons-text__paragraph {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .over-ons-text__title {
    font-size: 28px;
  }
  .over-ons-text__subtitle {
    font-size: 16px;
  }
  .over-ons-text__paragraph {
    font-size: 15px;
  }
}
.over-ons-text__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  background: #463621;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-family: "DIN 2014", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s;
}
.over-ons-text__cta:hover {
  background: #2e2213;
}
/*# sourceMappingURL=over-ons-text.css.map */
