/*custom css*/

.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.row-flex {
	display: flex;
    flex-wrap: wrap;
}
