/* =============================================================================
- Counter
============================================================================= */
.gwel-counter {
	display: flex;
	.gwel-number-wrapper {
		display: inline-flex;
		font-size: 3.000rem;
		line-height: 1.000em;
		.gwel-prefix,
		.gwel-suffix {
			position: relative;
		}
	}
	.gwel-title {
		margin: 0 0 18px 0;
	}
	.gwel-description {
		margin: 0;
	}
	.gwel-btn {
		margin-top: 30px;
	}
	.gwel-content {
		flex: 1;
	}
}