.threew_icon_wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 15px;
}

.threew_icon_wrapper span.icon-wrapper {
	width: 30px;
	text-align: center;
}

.threew_icon_wrapper span.label-wrapper {
	margin-left: 15px;
	color: var(--white);
	font-size: var(--font-size-small);
}

@media (max-width: 767px) {
	.threew_icon_wrapper {
		display: inline-block;
		width: 49%;
		text-align: center;
	}
}