footer{
  width:100%;
  color:#cccccc;
  font-size:85%;
  background:#666666;
  line-height:1.8;
  padding:15px 20px 30px;
  display:flex;
  justify-content:center;
}

.footer-container{
    width:100%;
    max-width:1200px;
}

footer ul{
  display:flex;
  justify-content:flex-end;
  gap:30px;
  flex-wrap:wrap;
}

footer li{
  list-style:none;
}

footer h5,
footer h6{
  color:#ffffff;
  font-weight:400;
  margin-top:10px;
}

footer h5{
    font-size:clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}