.informacoes__item {
    width: 47.5%;
    margin-bottom: 7.5%;
}

@media screen and (min-width:768px) {
    .informacoes__item {
        margin-bottom: 5%;
    }
}

@media screen and (min-width:1024px) {
    .informacoes__item {
        width: 20%;
        margin: 2.5% 0;
    }
}