/* ========== About Page (Balanced Left Text + Right Image) ========== */

.about-page-wrap {
    background: #f6f6f6;
    padding: 40px 0 58px;
}

.about-page-wrap .container {
    max-width: 1180px;
    margin: 0 auto;
}

.about-company-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(0, 80, 156);
    margin-bottom: 12px;
}

.about-copy {
    font-size: 16px;
    line-height: 1.72;
    color: #233042;
    margin-bottom: 10px;
}

.about-right-image-box {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0,0,0,0.12);
    background: #fff;
}

.about-right-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
