.site-footer {
  background-color: #f7f7f7;
  padding: 40px 20px;
  border-top: 1px solid #e0e0e0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1 1 220px;
  margin: 20px;
  color: #333;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: .7vw;
}

.footer-col ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #e91e63;
}

.highlight {
  color: #e91e63;
  font-weight: bold;
}

.contact-info .icon {
  color: #e91e63;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-col {
    flex: 0 !important;
  margin: 0px !important;
  color: #333 !important;
  width:100% !important;
    align-items: flex-start;
    text-align:center;
    font-size:1.2em;
  }
  .footer-col h4 {
  margin-bottom: 15px;
  font-size: 6vw;
}

}
