.banner-quartos {
    height: 40vh;
}

.container-quartos img {
    width: 350px;
    flex-grow: 1;
}

.conteiner-informacoes {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.lista-informacoes {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
}

.lista-informacoes li {
    width: 230px;
    text-align: left;
}