.links {
	position: fixed;
	bottom: 0;
	width: 50%;
	left: 25%;
	font-size: 17px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;   
}

.links div{
	padding: 15px;
}

.links a{
	text-align: center;
	color: #bdae6d;
	text-decoration: none;
}

@media (max-width: 1100px)
{
	.links {
		width: 75%;
		left: 15%;
	}
}

.links p.text {
	text-align: center;
	color: #bdae6d;
}

.links .about-us {
	display: flex;
	color: #bdae6d;
}

.links .about-us ul {
	list-style-type: square;
}

.links .social-sites {
	display: flex;
	text-align: center;
}

.links .social-sites .fb,
.links .social-sites .insta {
	background-color: #522d3a;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 10%;
}

.links .social-sites .insta {
	margin-left: 20px;
}
