/* Hero split */
.su-hero {
    padding: 0;
}

.su-left {
    min-height: 500px;
    background: #F2F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none;
}

.su-left .su-ph {
    width: 120px;
    height: 120px;
    opacity: 0.8;
}

.su-right {
    padding: 60px 8%;
    display: flex;
    align-items: center;
}

.su-right-inner {
    max-width: 600px;
}

.su-breadcrumb {
    color: #0d6efd;
    font-size: 13px;
    margin-bottom: 24px;
    font-weight: 500;
}

.su-title {
    color: #0d6efd;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 24px;
}

.su-lead {
    color: #0d6efd;
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.6;
}

/* Introduction */
.su-intro {
    padding: 80px 0;
}

.su-intro-title {
    color: #0d6efd;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}

.su-intro-text {
    color: #0d6efd;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

/* Accomplishments */
.su-acc {
    padding: 28px 0 70px;
}

.su-acc h3 {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 12px;
}

.su-row {
    padding: 16px 0;
    border-bottom: 1px solid #e9f0ff;
}

.su-num {
    color: #0d6efd;
    opacity: 0.5;
    font-weight: 700;
}

.su-name {
    color: #0d6efd;
    font-weight: 700;
}

.su-desc {
    color: #0d6efd;
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .su-title {
        font-size: 32px;
    }

    .su-left {
        min-height: 220px;
    }
}