

.footer{
	color: #0083b9;
	background-color: #fff;
	text-align: center;
	padding: 15px;
}
@media screen and (max-width: 667px){
	.footer{
		max-width: 100%;
		line-height: 1.3;
	}
}
