.certifications {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-gap: 1rem;max-width: 35rem;margin: auto;margin-bottom: 30px;}
.certifications img {width:100%;}

@media only screen and (max-width: 750px) {
  
}