section#certificates {
    padding: 0 20px;
    border-radius: 5px;
    flex: 0 0 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#certificates h1 {
    flex: 0 0 100%;
    text-align: center;
    position: relative;
    font-size: 30px;
    margin: 0;
}

#PageBody {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1760px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
    gap: 1%;
}


section#certificates p{
    font-family: 'YekanBakhBold';
    text-align: center;
    flex: 0 0 100%;
}
.certificate {
    flex: 0 0 10%;
}
