.footer {
  margin-top: 7em;
}

.rs-section {
  background-color: var(--congost-blue);
  padding: .5em 0;
}

.map-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.56em;
}

.rs-link {
  font-size: 25px;
  padding: 0 25px;
  color: white;
}

.rs-link:hover,
.rs-link:focus {
  color: var(--congost-green);
}

.footer-links {
  padding: 2em 0;
}

.footer-links a {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.56em;
  letter-spacing: .7px;
}

.footer-links .nav-link:hover,
.footer-links .nav-link:focus {
  color: rgba(5,15,38,.61);
}

#menu-footer-menu .menu-item {
	display: block;
	padding: 0.5rem 1rem;
}

@media only screen and (max-width: 768px) {
	.footer-links {
		flex-direction: column;
	}
	
	.footer {
	  margin-top: 3em;
	}
	
	#menu-footer-menu {
		margin-top: 1rem;
	}
	
	#menu-footer-menu .menu-item {
		padding: 0.4rem 0rem;
		border-bottom: 1px solid grey;
	}
	
	.h-links {
		width: 100%
	}
	
	.map-link span {
		line-height: 1.5
	}
}