/* general styling */

    .container {
        color: #fff;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contents6 li {
        display: inline-block;
        font-size: 1.5em;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
    }

    .contents6 li span {
        display: block;
        font-size: 4.5rem;
    }

    .contents6 .progress_meter .progress_line {
        height: 15px;
        float: left;
        border-radius: 10px;
        background: #f99400;
        background-image: linear-gradient(to right, #1597bb, #0076a9, #005493, #003378, #150e56);
        max-width: 100%;
        line-height: 15px;
    }
    
    @media all and (max-width: 768px) {

    .contents6 li {
        font-size: 1.125rem;
        padding: 0.75rem;
    }

    .contents6 li span {
        font-size: 3.375rem;
    }
}
