.section {
display: flex;
flex-direction: column;
justify-content: flex-end; /* antes: bottom */
align-items: flex-end; /* antes: bottom */
height: 100vh;
width: 100vw;
text-align: right;
font-size: 6rem;
overflow: hidden;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}