.certificates-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 50px;
    color: #0A2A43;
    text-align: center;
}

.certificates-slider {
    padding: 10px 0;
    width: 100%;
}

.cert-item {
    background: #ffffff;
    border: 1px solid #e4e8ec;
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
    display: block;
    transition: box-shadow .25s ease, transform .25s ease;
}

.cert-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(10,42,67,0.15);
}

.cert-img-wrap {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.cert-img-wrap img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

.cert-label {
    font-size: 14px;
    margin: 0;
    color: #0A2A43;
    font-weight: 600;
}
