blockquote {
    margin: .12rem;
    display: block;
    background-color: rgba(112, 112, 112, 0.133);
}

blockquote h2 {
    margin: .1rem 0 .1rem 0;
    font-size: .35rem;
    font-weight: bold;
    line-height: .45rem;
    padding: .1rem .1rem .1rem .1rem;
    border-left: blue .04rem solid;
    border-right: blue .04rem solid;
    color: red;
    text-transform: capitalize;
}

blockquote p {
    font-size: .30rem;
    line-height: .42rem;
    padding: .1rem .1rem .1rem .1rem;
    text-transform: capitalize;
}

.blockquote-download img {
    width: 60%;
    margin-left: 20%;
}

.blockquote-logo img {
    width: 30%;
    margin-left: 35%;
}

.AllRummyApps-Item-List li {
    counter-increment: item;
    line-height: .42rem;
    font-size: .30rem;
    margin-left: .4rem;
}

.AllRummyApps-Item-List li:before {
    content: counter(item) ". ";
    padding: .02rem;
}