blockquote {
	margin: .12rem;
	display: block;
	background-color: rgb(112 112 112 / .133)
}

blockquote h2 {
	margin: .1rem 0 .1rem 0;
	font-size: .35rem;
	font-weight: 700;
	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: .23rem;
	margin-left: .2rem
}

.AllRummyApps-Item-List li:before {
	content: counter(item) ". ";
	padding: .02rem
}