.footer-links-bottom {
    display: flex;
    flex-direction: column;
	margin-top: 20px;
}

.footer-links-bottom > div:nth-of-type(1) {
	
}

.footer-links-bottom > div:nth-of-type(2) {
	
}

.footer-links-bottom > div:nth-of-type(3) {
	
}

.footer-links-bottom > div:nth-of-type(4) {
	
}

.footer-links-bottom > div:nth-of-type(5) {
	
}

@media only screen and (min-width: 768px) {
.footer-links-bottom {
    flex-direction: row;
    justify-content: space-evenly;
	-ms-flex-pack: justify;
}
}






















