#certifications {
    background-color: #eeeeee;
}

#certifications .certifications-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
}

#certifications .certifications-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 23px;
    opacity: 0.34;
    color: #126FA7;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #certifications .certifications-box {
        justify-content: space-between;
    }
}