.footer-contact {
  display: flex;
}
.footer-email {
  margin-right: 30px;
}
.footer-privacy-policy {
 margin-top: 18px;
}
.website-developer {
  margin-top: 18px;
  text-align: center;
  font-size: 12px; color: #3d9de3;
}

@media (max-width: 768px) {
  .footer-contact {
    flex-direction: column;
  }
  .footer-email {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #footer .footer-text-center {
    text-align: left;
  }
  .footer-section {
    margin-top: 20px;
  }
  .footer-col-label {
    margin-bottom: 0;
  }
  .website-developer {
    text-align: left;
  }
}
