.rowavantajehome {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    gap: 0;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    margin-top: -100px;
}
.avantajehomedescr {
    font-size: 14px;
    font-weight: 400;
    color: #111826;
}
.avantajehometitle {
    font-size: 18px;
    font-weight: 900;
    color: #111826;
}
.rowavantajehomeitem {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
}