.footer {
	background: #fff;
	border-top: solid 1px #ddd;
	padding: 30px 0;
	font-size: 12px;
	color: #4e575d;
	letter-spacing: 0.5px;
}

.footer-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
@media (max-width:767px) {
	.footer-container {
		flex-wrap: wrap;
		text-align: center;
		flex-direction: column;
	}
}

.footer-nav { 
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer-nav li h5 {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  border-left: 1px solid #ddd;
}

.footer-nav li h5:first-child {
  border-left: 0;
}

.footer-nav li a {
	border-left: 1px solid #ddd;
	color: #4e575d;
	font-size: 12px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
}

.footer-nav li a:first-child {
	border-left: 0;
}

.footer-nav li a:focus,
.footer-nav li a:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(183, 52, 52, .25);
}

@media (max-width:767px) {
	.footer ul {
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.footer ul:last-child {
		margin-top: 20px;
	}
}

.feedback_notice {
    font-size: 30px;
    line-height: 35px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 15px;
}