.image-html {
  margin-bottom: clamp(60 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 60px, 85 / 10 * 1rem);
}
.image-html > .row {
  --bs-gutter-x: 4rem;
}
.image-html .background-cover {
  height: 100%;
  border-radius: 12px;
}
.image-html .background-cover img {
  border-radius: 12px;
}
.image-html .component-wrap {
  padding: clamp(35 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 35px, 55 / 10 * 1rem) clamp(25 / 10 * 1rem, 15 * (100vw - 375px) / 905 + 25px, 40 / 10 * 1rem) clamp(10 / 10 * 1rem, 20 * (100vw - 375px) / 905 + 10px, 30 / 10 * 1rem);
  background: var(--color-dark);
  border-radius: 12px;
  color: rgb(255, 255, 255);
}
.image-html .component-wrap ul li {
  color: rgb(255, 255, 255);
}

@media all and (max-width: 991px) {
  .image-html > .row {
    --bs-gutter-x: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .image-html > .row {
    --bs-gutter-y: 1rem;
  }
  .image-html .background-cover {
    height: 100%;
    border-radius: 12px;
    aspect-ratio: 325/395;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=image_html.css.map */
