.new-image-section .new-image-wrapper{gap: 40px; grid-template-columns: 1fr 1fr; align-items: center; display: grid ;}
.new-image-section .new-image-wrapper .marketed-image img { width: 100%; border-radius: 8px; }
.new-image-section .marketed-image-wrapper .marketed-image:first-child{width: 90%; margin: 0 auto 20px;}
.new-image-section .image-content .h0{margin: 0;}
.new-image-section .image-content .h0 strong{padding-bottom: 40px; background-image: url(/cdn/shop/files/Vector_5.svg?v=1752480147); background-position: 50% 84%; background-repeat: no-repeat; background-size: 100% 40px;}

@media screen and (max-width: 989px) {
  .new-image-section .new-image-wrapper{grid-template-columns: 1fr;}

}
@media screen and (max-width: 749px) {
  .new-image-section .new-image-wrapper{gap: 20px;}
  .new-image-section .marketed-image-wrapper .marketed-image:first-child{width: 100%;}
  .new-image-section .new-image-wrapper .marketed-image img{border-radius: 4px;}
  .new-image-section .image-content{text-align: center;}
}
