@import url('/css/animate.css');

.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s
}

#foomifo {
	position: relative;
	display: flex;
}

#foomifo .fooitem {
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin-left: 17px;
}

#foomifo .fooitem h3 {
	font-size: max(1.2 * (1vw + 1vh) / 2, 17px);
	margin-bottom: 10px;
}

#foomifo .fooitem a {
	font-size: max(1 * (1vw + 1vh) / 2, 16px);
	line-height: 138%;
	font-weight: 300;
}

@media screen and (max-width:870px) {
	#foomifo {
		display: flex;
		flex-direction: column;
	}

	#foomifo .fooitem {
		margin-left: 0;
		padding: 12px 0;
	}
}

@media screen and (max-width:480px) {}