.titulo-inicio-quartos {
    height: 30vh;
}

.quartos img {
    max-width: 33%;
    padding-bottom: 10px;
}

.quarto-informacoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quarto-informacoes li {
    width: 24%;
    text-align: left;
    margin-top: 10px;
}