#products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 64px;
    margin-top: 64px;
}

#catalogueAlert {
    margin: 16px;
    display: flex;
    justify-content: center;
}

#download-catalogue > span {
    display: inline-block;
    width: 24px;
    margin-right: 8px;
}

@media (min-width: 768px) {
    #products-list {
        gap: 64px 32px;
    }
}
