/** Shopify CDN: Minification failed

Line 100:0 Unexpected "}"

**/
.offer-hero {
  padding: 80px 0;
  background: #f0ffe9;
}

.offer-hero-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 42px;
}

.offer-hero-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer-hero-button {
  margin-top: 8px;
}

.offer-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  background: #0c392b;
  border: 1px solid #0c392b;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}

.offer-button:hover {
  color: #0c392b;
  background: transparent;
}

.offer-hero-richtext {
  color: #07271d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.offer-hero-subtitle {
  color: #07271d;
  font-family: Bogue;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  text-align: center;
}

.offer-hero-subtitle-second.offer-hero-subtitle {
  font-size: 18px;
}

.offer-hero-title {
  color: #07271d;
  text-align: center;
  font-family: Bogue;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.offer-hero-image-wrapper {
  aspect-ratio: initial;
  overflow: hidden;
  height: fit-content;
    overflow: hidden;
    display: flex;
    border-radius: 17px;
    box-shadow: 32px 69px 21px #0000, 20px 44px 19px #00000003, 11px 25px 16px #0000000d, 5px 11px 12px #00000017, 1px 3px 7px #0000001a;
}
}

.offer-hero-image {
  height: auto;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .offer-hero-content {
    padding: 0;
  }
  .offer-hero-image-wrapper {
    order: -1;
  }

  .offer-hero-wrapper {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }

  .offer-hero-title {
    font-size: 26px;
  }
  .offer-hero-subtitle {
    font-size: 20px;
  }

  .offer-hero-richtext {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .offer-hero {
    padding: 25px 0 16px 0;
  }
}
