.footer {
  background:#00396a;
  padding: 50px 0;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  justify-content: space-between;
}

.footer-section {
  width: 23%;
  min-width: 220px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 5px solid #ffae00;
  background: white;
}

.footer-about {
  line-height: 1.6;
  color: white;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  border-left: 4px solid #ffae00;
  padding-left: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
  color: white;
  cursor: pointer;
}

.footer-section ul li:hover {
  color: #ffae00;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #222;
  color: white;
}
