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

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

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

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

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

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

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

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

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

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

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

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

.csr-acc h3 {
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 12px;
}

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

.csr-num {
    color: #7aa7ff;
    font-weight: 800;
}

.csr-name {
    color: var(--primary-color);
    font-weight: 800;
}

.csr-desc {
    color: #5b87d1;
}

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

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