.our-cert, .cert-holder, .cert{
    width: 100%;
    
}
.cert-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cert h3{
    font-size: 34px;
    margin: 0px 0 30px 0;
    font-weight: 600;
    color: #222;
    text-align: center;
    font-family: 'poppins', sans-serif;
}
/* .cert-img {
    padding: 1px;
} */
.cert-img ul {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.cert-img-item {

    margin-bottom: 10px;
}
.cert-img ul img {
    width: 200px;
}