.feature-product-style-1 {
  width: 100%;
  height: 100%;
}

.feature-product-style-1__container {
  height: 100%;
}

.feature-product-style-1__content {
  width: 100%;
  aspect-ratio: var(--aspect-ratio-mobile);
}
@media (min-width: 768px) {
  .feature-product-style-1__content {
    aspect-ratio: var(--aspect-ratio-desktop);
  }
}