@media screen and (max-width: 576px) {

    #block-tzoli-whatistzoli ul li {
        width: 100%;
    }

    h1 {
        font-size: 3rem;
        line-height: 3.2rem;
        font-weight: 900;
        margin-bottom: 0;
    }

    #block-tzoli-heroheader p:first-of-type {
        margin: 1rem 0 2REM;
    }

    .container {
        padding: 0 2rem;
    }

    #get-started {
        height: 650px;
    }

    #block-tzoli-getstarted {
        margin-top: 380px;
    }

    .get-started-wrapper {
        width: 100%;
        height: 350px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
    }

    .get-started-wrapper img {
        height: 380px;
    }

    #get-started .text-section {
        width: 90%;
    }
}