.howToSection {
    display: flex;
    flex-direction: row;
}

.howToDiv {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color:rgb(0, 0, 0, 0.5) ;
    border-radius: 1.5rem;
    padding: 2rem;
}
.titulo {
    font-size: 2rem;
}

.howToImg {
    border-radius: 1.5rem;
    margin-left: 1.5rem;
    border: 10px solid rgb(0, 0, 0, 0.5) ;
}

.fixImg {
    width: 98%;
}