.footer {
  height: auto;
}

.greenerhub-footer {
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
  justify-content: center;
  align-items: center;
}

.greenerhub-details {
  margin: auto;
  padding: 40px;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 1200px) {
  .footer {
    height: 544px;
  }

  .greenerhub-footer {
    display: grid;
    grid-template-columns: 700px 400px;
    height: 508px;
    align-items: center;
    font-size: 16px;
    column-gap: 200px;
  }

  .greenerhub-details {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    border-bottom: none;
  }
}

.footer-greenerhub-logo {
  height: 240px;
}

.greenerhub-description {
  margin-bottom: 30px;
}


.greenerhub-communications .greenerhub-contact,
.greenerhub-communications .greenerhub-email,
.greenerhub-communications .greenerhub-social,
.greenerhub-communications .greenerhub-address {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
}

.greenerhub-communications a {
  color: white;
}

.phone-icon,
.email-icon,
.address-icon {
  width: 18px;
  margin-right: 8px;
}


.facebook-icon,
.instagram-icon,
.linkedIn-icon {
  margin-top: 6px;
  width: 30px;
  margin-right: 14px;
}

.external-links {
  color: white;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .external-links {
    height: 300px;
    align-items: start;
  }
}

.external-links-title {
  padding-bottom: 20px;
  padding-right: 4px;
  border-bottom: 2px solid white;
}


.footer-link {
  display: block;
  color: white;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 8px;
}

.technology-partner {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid white;
  padding: 10px 12px 4px;
  text-align: center;
}