
    .mdl-mini-footer {
      background-color: #263238;
      color: #fff;
      padding: 40px 20px 20px 20px;
      font-family: 'Roboto', sans-serif;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }

    .footer-section {
      min-width: 200px;
    }

    .footer-section h6 {
      margin-top: 0;
      font-weight: bold;
      color: #ffffff;
    }

    .mdl-mini-footer__link-list li {
      margin-bottom: 6px;
    }

    .mdl-mini-footer__link-list li a {
      color: #ffffff;
      text-decoration: none;
    }

    .mdl-mini-footer__link-list li a:hover {
      text-decoration: underline;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 20px;
      font-size: 0.85em;
      color: #bbb;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    
    @media (min-width: 1025px) {
    .footer-containerX {
        margin-left: 240px;
        width: calc(100% - 240px);
     }
    }
