.general-hero-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.general-hero-left{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.general-hero-right-desktop-image{display:block}.general-hero-right-mobile-image{display:none}@media screen and (max-width:991px){.general-hero-section{padding:30px 22px}.general-hero-container{flex-direction:column;gap:16px}.general-hero-right-desktop-image{display:none}.general-hero-right-mobile-image{display:block}}