#illustration-bg {
    background-image: url('/img/resources/landing-bg.webp');
    background-size: 150%;
    background-repeat: no-repeat;
    height: 55vw;
    background-position-x: 50%;
    box-shadow: inset 0 -15px 10px 0 #fff;
}

#ph1-art {
    background: none;
}

#ph1-art h2 {
    margin-bottom: 1em;
    text-align: center;
}

#ph1-art p {
    font-size: 18px;
    margin-bottom: 1.5em;
}

@media (min-width: 576px) {
    #illustration-bg {
        background-size: cover;
        height: 250px;
    }

    #ph1-art p {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    #illustration-bg {
        height: 325px;
    }

    #ph1-art {
        background: url("/img/resources/phase-bg.webp") no-repeat;
        box-shadow: inset -90vw 20px 50px rgba(255, 255, 255, 0.7), inset 0 35px 50px 0 white;
    }

    #ph1-art p {
        margin-left: 10%;
    }
}

@media (min-width: 992px) {
    #ph1-art {
        box-shadow: inset -85vw 20px 50px rgba(255, 255, 255, 0.7), inset 0 35px 50px 0 white;
    }

    #ph1-art p {
        margin-left: 20%;
    }
}
