.site-footer {
  background-color: #cdd2d7;
  padding: 60px 40px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: start;
}

.footer-column h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

.footer-column p {
  margin: 6px 0;
  font-size: 15px;
  color: #111;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-icon {
  font-size: 16px;
}

/* Awards */
.footer-awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.footer-awards img {
  max-width: 160px;
  height: auto;
}

/* Links */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.footer-links a {
  color: #004080;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* LinkedIn icon */
.linkedin-icon {
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #004080;
  padding: 2px 4px;
  margin-right: 6px;
  border-radius: 3px;
  color: #004080;
}
