footer{
	position: relative;
	padding: 65px 25px 85px;
	font-family: Pressura, 'arial', 'sans-serif';
	background-color: #fff;
}

footer .wrapper > .col{
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
}

.footer-fig{
	margin-bottom: 40px;
}

.footer-left-content{
	color: #666;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.8;
}


.footer-right-content .col{
	font-size: 0;
}

.footer-right-content .col li{
	display: inline-block;	
	padding: 0 1.666%;
	width: 30%;
}

@media only screen and (max-width: 767px){
	footer{
		padding: 30px 30px;
	}

	footer .wrapper > .col{
		display: block;
	}

	footer .wrapper > .col > div{
		width: 100%;
		padding: 20px 0;
	}

	.footer-right-content .col{
		float: none;
		text-align: center;
	}

	.footer-right-content .col li{
		width: 25%;
	}
}

@media only screen and (max-width: 425px){
	.footer-right-content .col li{
		width: 23%;
	}
}

