.image_section div {
  width: 50%;
  height: 300px;
  margin: 0 auto;
}

.image_section div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .image_section div {
    height: 145px;
    width: 167px;
  }
}
