.sis-certifications-section {
    padding: 10px 0px 40px;
    background: #f7f9fc;
}
.cert-subtitle {
    color: #c90f16;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cert-hero h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0;
}
.cert-hero h2 span {
    color: #0c2854;
}
.cert-hero p {
    color: #666;
    margin-bottom: 20px;
}
.cert-highlights {
    padding-left: 18px;
}
.cert-highlights li {
    margin-bottom: 8px;
}
.cert-hero-img {
    max-height: 420px;
}
.cert-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ebf6fe;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: 0.35s;
    border-left: 6px solid #1e6399;
    border-right: 1px solid #91b8d6;
    border-top: 1px solid #91b8d6;
    border-bottom: 1px solid #91b8d6;
}
.cert-card:hover {
    /*transform: translateY(-8px);*/
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    border-left: 6px solid #1e6399;
    border-right: 1px solid #91b8d6;
    border-top: 1px solid #91b8d6;
    border-bottom: 1px solid #91b8d6;
    background: #fff;
}
.cert-icon {
    width: 110px;
    height: 110px;
    border-radius: 1px;
    background: #daebf8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cert-icon img {
    max-width: 100px;
    max-height: 100px;
}
.cert-content h4 {
    font-size: 18px;
    line-height: 22px;
    color: #0c2854;
    margin: 0 0 8px;
    font-weight: 700;
}
.cert-content p {
    margin: 0;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 991px) {
    .cert-hero {
        text-align: center;
    }
    .cert-hero h2 {
        font-size: 34px;
    }
    .cert-hero-img {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .sis-certifications-section {
        padding: 70px 0;
    }
    .cert-card {
        padding: 18px;
    }
    .cert-hero h2 {
        font-size: 28px;
    }
}
