@media only screen and (max-width: 1024px) {
  .footer {
    display: grid !important;
    z-index: 101;
    padding: 0 0 20px 87px;
    position: relative;
    margin-bottom: 84px;
    gap: 0px;
    background-color: transparent !important;
  }
  .footer .bottom {
    display: grid !important;
    width: auto;
    padding: 20px 8.5px;
    gap: 16px;
  }
  .footer .bottom-item {
    padding-top: 0 !important;
    gap: 12px;
    display: grid;
    width: auto !important;
  }
  .footer .bottom-item .footer-logo img {
    width: 181px;
    margin-bottom: 0px;
  }
  .footer .bottom-item .description {
    color: var(--Monotone-Grey-400, #D4D4D4);
  }
  .footer .bottom-item-title {
    font-size: 16px !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
  }
  .footer .bottom-item-content ul {
    margin-top: 0 !important;
    gap: 4px;
    display: grid;
  }
  .footer .bottom-item-content ul li {
    margin-bottom: 0 !important;
    gap: 10px;
  }
  .footer .bottom-item-content ul li img {
    width: 20px;
    height: 20px;
    margin-right: 0px !important;
  }
  .footer .bottom-item-content ul li a {
    color: var(--Monotone-Grey-400, #D4D4D4) !important;
    font-size: 14px !important;
    line-height: 20px !important;
    cursor: none !important;
  }
  .footer .bottom-item:last-child .bottom-item-content ul {
    gap: 10px !important;
  }
  .footer .bottom_info {
    padding: 0 0 20px;
    margin: -1px 0 -2px;
  }
}/*# sourceMappingURL=responsive_footer.css.map */