.southern-solar-about-story {
    background: var(--lightgrey);
    position: relative;
    display: flex;
    padding: 20px;
    margin: 10px 0;
    gap: 1rem;
    line-height: 1.5;
    .content {
        line-height: 1.5;
    }
    .ethos {
        color: var(--orange);
        font-size: 1.1rem;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .illustration {

    }
    h4 {
        font-size: 1.6rem;
        line-height: 1.1
    }
    p {
        line-height: 1.4rem;
    }
}

.southern-solar-about-battery {
    margin: 10px 0 20px;
    background: var(--darkgrey);
    gap: 1rem;
    position: relative;
    display: flex;
    padding: 20px;
    ul li, h4, p {
        color:var(--white);
    }
    ul li {
        line-height: 1.8rem;
    }
    .content {
        padding: 0 20px;
    }
    .illustration {

    }
    h4 {
        font-size: 1.6rem;
        padding: 10px 0;
        line-height: 1.1;
    }
    p {
        line-height: 1.3rem;
    }
}

@media (max-width: 1200px) {
    .southern-solar-about-story,
    .southern-solar-about-battery {
        flex-direction: column;
        margin: 0;
    }
}