footer{
  background-color:#444444;
}

.libertalogof{
  width:20%;
  background-color:#ffffff30;
  margin:20px;
  border-radius:20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  flex: 1;
  padding-bottom:50px;
  margin-left:20px;
}

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

.footer a {
  text-decoration: none;
  color: #ffffff;
}

.footer-navi-heading{
  color:#ffffff;
  border-bottom:1px solid #fff;
}

.footer-navi{
  color: #ffffff;
  list-style: none;
}

.footer a:hover {
  text-decoration: underline;
}

.instaf{
  width:18px;
  border-radius:5px;
}

@media (max-width: 768px) {
  .libertalogof{
    margin:0;
    width:100%;
    align-items:center;
    border-radius:0;
  }

  .footer-columns {
    flex-direction: column;
    max-width:85%;
  }
}