#permanent_links {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #e1e1e1 solid 1px;
	border-bottom: #e1e1e1 solid 1px;
}
#permanent_links .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
#permanent_links div.permanent_links {
	border: none;
	width: 25%;
	text-align: center;
}
#permanent_links div.permanent_links a {
	padding: 0;
	background: none;
	border: none;
}
#permanent_links div.permanent_links div.permanentlinks-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#permanent_links div.permanent_links p {
	font-size: 16px;
}
#permanent_links div.permanent_links svg {
	width: 70px;
	height: 70px;
}
#permanent_links div.permanent_links svg .st0 {
	fill:#3A3A3A;
}
#permanent_links div.permanent_links svg .st1 {
	fill:#F28A1B;
}
header .nav nav #header_links {
	float: left;
}
header .nav nav #header_links li#google_reviews {
	margin-left: 12px;
}

.stars {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
	height: 12px;
	width: 72px;
	background-repeat: repeat-x;
	margin-right: 5px;
}

@media (max-width: 467px){
	#permanent_links .container {
		flex-wrap: wrap;
	}
	#permanent_links div.permanent_links {
		width: 50%;
	}
}
@media (max-width: 368px){
	#permanent_links div.permanent_links {
		width: 100%;
	}
}