.rows {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (min-width: 1001px) {
    .rows > * {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}