.counterblock {
	text-align: center;
	padding: 1rem;
	& .icon {
		margin-bottom: .5rem;
		& img {
			max-width: 128px;
			max-height: 128px;
			width: 100%;
			height: auto;
		}
	}
	& .title {
		font-size: 3rem;
		line-height: 1.2;
		font-weight: bold;
		& > div {
			display: inline-block;
		}
	}
	& .desc {
		margin-top: .5rem;
	}
}