#site-footer {
  background-color: #343a40;
}

.column-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
  padding: 50px 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.company-desc-1 {
  padding-bottom: 0;
  color: #ffffff;
}

.company-desc-2 {
  color: #ffffff;
}

h3.info-header {
  margin-top: 0;
  color: #ffffff;
}

.footer-col a {
  padding-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
}

.footer-col a:hover {
  color: #78a321;
}

.footer-col a img {
  width: 20px;
  height: 20px;
}

.info-company {
  flex-grow: 3;
}

.info-contact {
  flex-grow: 2;
}

.info-link {
  flex-grow: 2;
}

.info-trips {
  flex-grow: 2;
}

.info-more-links {
  flex-grow: 3;
}

footer .contact-info {
  display: flex;
  flex-direction: column;
}

.contact-info a {
  display: flex;
  gap: 10px;
}

footer .social-icons {
  justify-content: flex-start;
}

.work-hours {
  color: #ffffff;
  font-size: 12px;
}

.footer-bottom {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .column-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
  }

  .footer-col {
    flex-grow: 0 !important;
    width: 100%;
    max-width: 100%;
  }

  footer .contact-info a {
    justify-content: flex-start;
  }

  footer .social-icons {
    justify-content: flex-start;
  }
}
