body{padding:1rem;box-sizing:border-box;height:100vh;max-height:100vh}main#content{padding-top:1rem;height:calc(100% - 250px - 100px);overflow:auto}.content-section .content-section__title{text-align:center;color:var(--texto-principal)}.content-section .content-section__tool{display:flex;flex-direction:column;text-align:center}.content-section .content-section__tool__figure img{width:100%}@media screen and (min-width:740px){body{padding:2rem}main#content{height:calc(100% - 145px - 86px)}.content-section .content-section__tool{flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:2rem}}