.how-does-it-works--mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .how-does-it-works--mobile {
        display: block;
        padding-left: 40px;
        padding-right: 0;
    }

    #how-does-it-works {
        margin-bottom: 30px;
    }

    #how-does-it-works .how-does-it-works--title {
        font-size: 70px;
        line-height: 75px;
        padding: 30px 45px;
    }

    .how-does-it-works--mobile .workItem {
        border-left: 5px solid #388174;
        padding: 10px 0 10px 22px;
        position: relative;
    }

    .how-does-it-works--mobile .workItem h3 {
        color: #856404;
        font-size: 18px;
    }

    .how-does-it-works--mobile .workItem p {
        font-size: 18px;
    }

    .how-does-it-works--mobile .itemOne {
        padding-top: 0;
    }

    .how-does-it-works--mobile .itemOne .number {
        top: -5px;
    }


    .how-does-it-works--mobile .number {
        background-color: #388174;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: -23px;
        top: 0;
    }

}