.dark-theme .hero-text-image {
  color: #6fa755;
}
.dark-theme .hero-text-image .text-wrapper .tagline {
  background: none;
}
.dark-theme .hero-text-image .text-wrapper .description {
  color: #7a7a7a;
}
.dark-theme .hero-text-image .text-wrapper .cta-wrapper .btn.main {
  background: var(--color-logo-green);
}

.hero-text-image {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  max-width: var(--container-max-width);
  margin: 0 auto;
  color: #456a34;
}
.hero-text-image.mode-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 550px) {
  .hero-text-image {
    flex-direction: column;
    gap: 20px;
  }
  .hero-text-image.mode-reverse {
    flex-direction: column-reverse;
  }
  .hero-text-image .image-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 !important;
  }
}
.hero-text-image .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.hero-text-image .text-wrapper .tagline {
  background-color: #e5e5e2;
  align-self: flex-start;
  padding: 5px 10px;
  font-weight: 600;
  color: var(--color-gray);
}
@media screen and (max-width: 550px) {
  .hero-text-image .text-wrapper .tagline {
    margin: 10px;
  }
}
.hero-text-image .text-wrapper .title {
  margin: 0;
}
@media screen and (max-width: 550px) {
  .hero-text-image .text-wrapper .title {
    margin: 0 15px !important;
    font-size: 25px;
  }
}
.hero-text-image .text-wrapper .description {
  font-size: 18px;
  color: var(--color-dark-soft);
}
@media screen and (max-width: 550px) {
  .hero-text-image .text-wrapper .description {
    margin: 0 15px !important;
  }
}

/*# sourceMappingURL=hero_text_image.css.map */
