/*'all and (min-width: 768px) and (max-width: 991px)'*/

.grid-3-2 > :nth-child(n),
.grid-3-1 > :nth-child(n) {
    width: 100%;
}

.grid-3-2 > :nth-child(n) {
    text-align: center;
}
