@media (min-width: 768px) {
  .acm-features.style-2 .item-media {
    height: 65%;
    width: 65%;
  }

  .acm-features.style-2 .item-media img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keeps full image visible and proportional */
  }
}

@media (min-width: 992px) {
  .acm-features.style-2 .item-content.item-width-6, .acm-features.style-2 .item-content.item-width-12 {
    padding: 1rem;
  }
}