.footer-contact {
  display: flex;
}
.footer-email {
  margin-right: 30px;
}
.footer-privacy-policy {
 margin-top: 18px;
}

.footer-license {
  text-align: right;
 }

.website-developer {
  margin-top: 18px;
  text-align: center;
  font-size: 12px; color: #3d9de3;
}

@media (max-width: 992px) {
  .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;
  }
  .footer-license {
    text-align: left;
    max-width:250px;
   }
}
