.two-image {
  margin-bottom: clamp(60 / 10 * 1rem, 25 * (100vw - 375px) / 905 + 60px, 85 / 10 * 1rem);
}
.two-image > .row {
  --bs-gutter-x: 4rem;
}
.two-image .background-cover {
  aspect-ratio: 560/663;
  height: 100%;
  border-radius: 12px;
}
.two-image .background-cover img {
  border-radius: 12px;
}

@media all and (max-width: 991px) {
  .two-image > .row {
    --bs-gutter-x: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .two-image > .row {
    --bs-gutter-y: 1rem;
  }
  .two-image .background-cover {
    aspect-ratio: 325/395;
  }
}
/*# sourceMappingURL=two_images.css.map */
