Tento posicionar o home mais não tem alteração e o codigo è o mesmo
#home {
max-width: 1040px;
width: 80%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
.textos-home{
max-width: 464px;
h1{
font-size: 42px;
color: $cor-primaria;
margin-bottom: 2rem;
font-family: $ft-titulos;
span{
color: $cor-secundaria;
}
}
}
.img-home{
max-width: 474px;
img{
width: 100%;
}
}
}