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

.threew_icon_wrapper .icon-wrapper {
    flex: 0 0 30px;
	max-width: 30px;
	text-align: center;
}

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

.threew_icon_wrapper .label-wrapper strong {
    display: block;
    font-size: 20px;
	line-height: normal;
	font-weight: 700;
}