footer {
    color: #fff;
    background: #130e33;
  }
  
  footer * {
    font-family: "Niramit", sans-serif;
  }
  
  h4 {
    font-size: 24px;
    text-align: left;
  }
  
  ul {
    list-style-type: none;
  }
  
  ul li a {
    color: white;
  }
  
  .container > div {
      min-width: 200px;
  }
  
  footer a {
    color: white;
  }
  
  footer p {
    color: white;
    line-height: 1.4em;
    width: 400px;
    max-width: 100%;
  }
  
  footer .cpy a {
    color: black;
  }
  
  @media (max-width: 895px) {
    .container {
      justify-content: flex-start;
    }
  }
  