Help align section for every desktop size

Hi as you can see from the photo bellow the section on a bigger screen is perfect but on a small screen like a laptop the section intercross. Can you please help keep it like the big screen for every size screen? thank you

Pass: biangu

Url: www.matibrnd.com

Hi @MT27

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to end of file
@media(min-width: 759px){
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__content.image-with-text__content--top {
	  padding-bottom: 0!important;
	}
	#shopify-section-template--18448488431883__image_with_text_8mt88M .image-with-text__media {
		margin-bottom: -28%;
	}
	body #shopify-section-template--18448488431883__image_banner_JL4YDe .banner {
		margin-top: 0!important;
	}
}