#custom-footer-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#custom-footer-content .apps {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

#custom-footer-content .apps img {
    width: 100%;
    display: block;
}

#custom-footer-content .apps a {
    display: block;
    width: 190px;
    padding: 0 10px;
    transition: .2s all ease-in-out;
}
#custom-footer-content .apps a:hover {
    transform: scale(1.1);
}
@media (max-width:996px) {
    #custom-footer-content .apps a {
        width: 50%;
    }
div#custom-footer-content img{
  width:100%;
}
}

  .footer__accepted {
    background: none !important;
    background-color: none important!;
  }


@media (max-width: 768px) {
  /* .footer-desc div:nth-child(2n) .footer__nav, .footer-desc div:nth-child(2n) .footer__list {
    text-align: end !important;
  } */

  .footer__list {
    align-items: start !important;
    text-align: start !important;
  }

  .footer__title {
    margin-right: auto !important;
  }
}
