figure.split{
  display: flex;
  align-self: center;
  gap: 1rem;
  margin-left: 0;
  margin-right: 0;
}
figure.split img{
  height: 250px;
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  figure.split img{
    height: 100%;
    width: 100%;
  }
}