
    .story-section {
        max-width: 1200px;
    }

    .story-title {
        font-weight: 700;
        font-size: 2rem;
        letter-spacing: 0.5px;
    }

    .company-title {
        font-weight: 600;
        font-size: 1.6rem;
    }

    @media (min-width: 992px) {
        .story-title {
            font-size: 2.6rem;
            margin-bottom: 3rem;
        }

        .company-title {
            font-size: 2rem;
            margin-bottom: 2rem;
        }
    }

    .story-text {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        color: #555;
    }

    .company-text {
        font-size: 1.05rem;
        line-height: 1.7;
        margin-bottom: 1.5rem;
        color: #555;
    }

    @media (min-width: 992px) {
        .story-text {
            font-size: 1.15rem;
            line-height: 1.8;
        }

        .company-text {
            font-size: 1.2rem;
            line-height: 1.9;
        }
    }

    .story-image-wrapper {
        position: relative;
        width: 100%;
        min-height: 320px;
    }

    .story-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    .founder-list {
        list-style: disc;
        padding-left: 1.2rem;
    }
