.image-section {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  margin: 0 auto;
}
.image {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
