.certification-image {
    /* width: 15vw; */
    /* height: auto; */

    height: 10vh;
    width: auto;

    display: block;
    margin: 0 auto 15px auto;
}

#certification .col-md-4, .col-md-6 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#certification .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bold {
    font-weight: bold;
}