.certificaciones-section {
    padding: 80px 0;
    background: #FFFFFF;
    width: 100%;
}

.certificaciones-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.certificaciones-section .section-heading {
    text-align: center;
    margin-bottom: 50px;
    color: #4B2C24;
    font-weight: 700;
}

.certificaciones-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.certificaciones-grid article {
    width: min(320px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificacion-image {
    width: 80%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) {
    .certificaciones-grid {
        flex-direction: row;
        gap: 90px;
    }
    .certificaciones-grid article {
        width: 360px;
    }
}
