.row {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 900px) {
	.row {
		flex-direction: column;
	}
}
