footer {
  width: 100%;
    background-color: #0065b8;
    padding: 20px 0;
    margin-top: 50px;
  }
  
  .footer-container {
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, arial;
    max-width: 80%;
  }
  
  .footer-content {
    width: 80%;
    display: flex;
    justify-content:space-between;
    column-gap: 10%;
    margin-left: auto;
    margin-right: auto;

  }
  .footer-start{
    flex: 1;

  }
  .footer-start img{
    width: 90%;
  }
  .footer-left {
    flex: 1;
  }
  
  .footer-left h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
  }
  
  .footer-left p {
    margin-bottom: 5px;
    font-size: 14px;
    color: white;
  }
  
  .footer-right {
    flex: 1;
    text-align-last: center;
    

  
  }
  
  .footer-right h3 {
    color: white;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica, arial;

  }
  
  .bus-hours {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
  }
  
  .footer-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  