.items {

}


.containerx{
    box-sizing: border-box;
    position: relative;

}

@media only screen and (min-width: 768px) {
    .containerx{
        margin: 40px 0px;
    }
    .items .item {
        box-sizing: border-box;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .items .item .img {
        width: 71px;
        height: 71px;
        display: inline-block;
        background: rgba(156, 224, 255, 0.13);
        border-radius: 71px;
        margin-top: 10px;
    }
    .items .item .info{
        display: inline-block;
        position: absolute;
        left: 90px;
        top: 0px;
    }
    .items .item .img img {
        width: 35px;
        height: 35px;
        margin: 18px;
    }
    .items .item1 .img img {
        width: 31px;
        height: 31px;
        margin: 20px ;
    }

    .items .item .info .label {

        font-size: 22px;
        font-weight: 600;
        color: rgba(36, 36, 36, 0.8);
    }

    .items .item .info .value {
        padding-top: 6px;
        font-size: 20px;
        height: 80px;
        color: rgba(140, 140, 140, 1);
    }
}

@media only screen and (max-width: 768px) {
    .containerx{
        margin: 20px 0px;
    }

    .items .item {
        box-sizing: border-box;
    }



    .items .item .img {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-right: 20px;
        background: rgba(156, 224, 255, 0.13);
        border-radius: 71px;
    }
    .items .item .info{
        display: inline-block;
        position: absolute;
        left: 60px;
        top: 0px;
    }
    .items .item .img img {
        width: 24px;
        height: 24px;
        margin: 13px;
    }
    .items .item1 .img img {
        width: 22px;
        height: 22px;
        margin: 14px ;
    }

    .items .item .info .label {

        font-size: 16px;
        font-weight: 600;
        color: rgba(36, 36, 36, 0.8);
    }

    .items .item .info .value {
        padding-top: 6px;
        font-size: 12px;
        height: 70px;
        color: rgba(140, 140, 140, 1);
    }
}

