
        .split .split__image .split__image-item {
  flex-grow: 1;
  /* width: 100%; */
  width: 615px;
  /* min-height: 100%; */
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid var(--white);
  border-radius: 10px;
}