.features-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(220px, 28vw, 360px);
  overflow: hidden;
  background: #e9ecef;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}