.custom_image_section .custom_image_container .image_Div {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.custom_image_section .custom_image_container .image_Div img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit:cover;
}
