.templates-image-slider-container {
  overflow: hidden;
  width: 100%;
  height: 420px;
}

.templates-image-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.templates-image-slider img {
  width: 520px;
  height: 420px;
  margin-right: 20px;
  object-fit: contain;
}