.csection-cells [data-type="qr"] figure {
	padding-bottom: 1em;
}
	.csection-cells [data-type="qr"] figure > img {
		width: 7em;
		height: auto;
		background-color: #fff;
		padding: 1rem;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
	}
	
	.csection-cells [data-type="qr"] .title {
		font-size: 1.0em;line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 0.5em;
	}
	.csection-cells [data-type="qr"] .description {
		font-size: 0.9em;
	}

.csection-cells [data-type="qr"][data-align="center"] {
	text-align: center;
}
.csection-cells [data-type="qr"][data-align="end"] {
	text-align: end;
}

@media only screen and (max-width:640px){
	.csection-cells [data-type="qr"] figure > img {
		width: 7em;
		max-width: 30vw;
		height: auto;
	}
}