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

.threew_icon_wrapper span.icon-wrapper {
	width: 30px;
	text-align: center;
    color: var(--primary-color);
}

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

/* Tablets */
@media (max-width: 821px) {
	.threew_icon_wrapper {
        width: 100%;
		max-width: 49%;
	}
}

/* Mobiles */
@media (max-width: 578px) {
	.threew_icon_wrapper {
        max-width: 100%;
	}
}
