section#app .wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:10%}section#app .wrapper .image{display:flex;flex-direction:column;justify-content:center;align-items:center}section#app .wrapper .image img{max-width:100%;max-height:500px;border-radius:25px}section#app .wrapper .text{display:flex;flex-direction:column;justify-content:center;gap:15px}@media screen and (max-width: 900px){section#app .wrapper{grid-template-columns:repeat(1,1fr)}}
