#paripeEnd {
    max-width: 850px;
    margin: auto;
    margin-top: 2rem;
}

#paripeEnd .progress {
    height: 1rem;
    background-color: rgba(233, 236, 239, .25);
    border-radius: .25rem;
    width: 100%;
}

#paripeEnd .progress-bar {
    background-color: #fc3;
}

#paripeEnd img {
    width: 100%;
    max-width: 220px;
    margin: auto;
}

#paripeEnd img {
    border-radius: 3px;
    width: 100%;
    max-width: 200px;
    margin: 0.5rem;
}


@media (max-width: 767px) {
    #paripeEnd {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #paripeEnd img {
        max-width: 100px;
    }

    #paripeEnd #content2 h2 {
        font-size: 1.2rem;
    }

    #paripeEnd .progress {
        margin-bottom: 1rem;
    }
}