section.certificados {
    padding:  80px 0;
    background: url(../img/bg-certificados.jpg) center center no-repeat;
    background-size: cover;
}

section.certificados .titleHome {
    text-align: center;
    background-position: center top;
    padding-top: 100px;
    padding-left: 0;
    margin-bottom: 40px;
}

section.certificados .blocos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

section.certificados .bloco {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

section.certificados .bloco p {
    font-size: 18px;
    font-weight: bold;
}