.section-about-slides-wrapper {
  position: relative;
  overflow: hidden;
}

.section-about-slides-boxes {
  display: flex;
  flex-direction: row;
  height: 100%;
  will-change: transform;
}

.section-about-slides-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-about-slides-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
