.mt-50 {
    margin-top: 50px !important;
    background: #f6f6f66e;
    padding-top: 32px;
}

.footer-col-1 img{
    max-width: 130px;
}
/* Mobile footer alignment */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  
  .footer-menu{
      text-align: left;
  }

  .footer img {
    margin: 0 auto;
  }

  .footer-social {
    justify-content: center;
    display: flex;
  }

  .footer-bottom .row > div {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
/* Footer accordion - FORCE CLOSED on mobile */
@media (max-width: 767px) {
 

  .footer-title {
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: left; 
  }

.footer-col-2{
    margin-bottom: 5px !important;
}
  .footer-title::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
  }

  .footer-title.active::after {
    content: "-";
  }

  .footer {
    text-align: center;
  }

  .footer-social {
    display: flex;
    justify-content: center;
  }
}


 