.hhf-flex-row {
	display: flex !important;
  	flex-wrap: nowrap;
  	justify-content:center;
  	align-items:center;
}

.hhf-flex-col {
	flex: 0 50%;
	float:none !important;
}

@media (max-width:980px) {
	.hhf-flex-col {
		flex: 1 100%;
	}

	.hhf-flex-row {
		flex-wrap:wrap;
	}
}