.customer-image-banner-section {
  max-width: 1400px;
  margin: 0 auto 40px;
}

.customer-image-banner-section picture,
.customer-image-banner-section img {
  display: block;
  width: 100%;
}

.customer-image-banner-section img {
  height: auto;
  border-radius: 24px;
}

@media screen and (max-width: 839px) {
  .customer-image-banner-section {
    margin-bottom: 20px;
  }

  .customer-image-banner-section img {
    border-radius: 0;
  }
}
