#what .container{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:2rem 0}.what-text{flex:0 1 50%}#what h2{font-size:28px}#what .green{color:var(--dark-green)}.what-image{flex:0 1 50%}.what-image img{width:100%;border-radius:1.25rem}#what .hide-mobile{display:block}#what .hide-desktop{display:none}@media (max-width:983px){#what .container{flex-direction:column;padding:2rem 1rem}#what .hide-mobile{display:none}#what .hide-desktop{display:block}}