.hero_wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.hero_wrapper h1,.hero_wrapper h2,.hero_wrapper h3,.hero_wrapper h4,.hero_wrapper h5,.hero_wrapper p{margin-bottom:0}.hero_wrapper .banner_content_col{padding-left:15px;width:49%}.hero_wrapper .banner_media_col{width:48%}.hero_wrapper .banner_content_col{display:flex;flex-direction:column;gap:20px}.hero_wrapper .banner_media_col img{max-width:100%}@media only screen and (max-width:800px){.hero_wrapper{flex-direction:column}.hero_wrapper .banner_content_col{order:2;padding-left:0;width:100%}.hero_wrapper .banner_media_col{order:1;width:100%}.hero_wrapper .banner_media_col img{max-width:100%}.hero_wrapper .banner_media_col{text-align:center}}@media only screen and (max-width:600px){.hero_wrapper .banner_content_col .content_image{max-width:100%;width:fit-content}.hero_wrapper .banner_content_col .content_image img{width:75%}}