.flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flex {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
a { color:#000; }
.flex.justify-start { justify-content: flex-start !important; }
.flex.justify-end { justify-content: flex-end !important; }
.font-w600 { 
	font-weight: 600;
}
.icon-circle-sm {
	display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
}