.oc-about-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.oc-about-left {
    flex: 1;
    min-width: 300px;
}

.oc-about-left h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.oc-about-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.oc-about-right {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.oc-about-logo {
    max-width: 280px;
    margin-bottom: 25px;
}

.oc-about-stats {
    display: flex;
    background: #ed7c24;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
}

.oc-stat-item {
    flex: 1;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.oc-stat-item:last-child {
    border-right: none;
}

.oc-stat-item strong {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.oc-stat-item span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
}
