.horizontalImage {
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: flex-start;
  }
  
  @media screen and (max-width: 35.5em) {
	.horizontalImage {
	  display: block;
	}
  
	.horizontalImage > figure:not(:first-child) {
	 margin-top: 10px;
	}
  }
  