footer.footer-btm {
  background: url(../img/footer-bg.jpg) 100%;
    background-position-x: 100%;
    background-position-y: center;
    background-size: auto;
  background-size: cover;
  background-position: center;
  padding: 3em 4em;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 311px !important;
  overflow: hidden;
}

@media (max-width: 768px) {
    .ft-menu {
      display: flex;
      flex-direction: column;
      margin-top: -3.5em;
      padding: 0;
      text-align: center;
      gap: 1em;
      justify-content: space-evenly;
  
    }
  
    .ft-menu li {
      font-size: 12px;
      
    }
}