#image-banner-section .main-image-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
#image-banner-section .image-1-div,
#image-banner-section .image-2-div {
  width: 100%;
}
#image-banner-section .image-1-div img,
#image-banner-section .image-2-div img {
  width: 100%;
}
@media screen and (max-width: 990px){
    #image-banner-section .main-image-banner {
      display: block;
    }
}