.custom-footer {
    height: 70px;
    background-color: #003E7D;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custom-footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }
  
  .footer-left {
    text-align: left;
  }
  
  .footer-right {
    text-align: right;
  }
  