.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.my-auto {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.flex-end {
    justify-content: flex-end;
}

span.purple {
	color: #5F23EF;
	font-family: inherit;
}

.v-center {
	align-items: center;
}

@media (max-width: 992px) {
	.my-auto {
	    justify-content: center;
	}
}