.certificates {
    background-color: var(--greybackground);
}

.certificates > article {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.certificate {
    width: 23%;
}

@media screen and (max-width: 480px) {
    .certificate {
        width: 33%;
    }
    
}