.footer-section {
  background: var(--footer-bg);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-section h5 {
  font-family: "Inter-SemiBold";
  color: var(--text-secondary);
}
.footer-section a {
  color: var(--text-secondary);
}
.footer-section .column-1 .main-logo {
  margin-bottom: 20px;
}
.footer-section .column-1 p {
  font-size: 14px;
  color: var(--text-secondary);
}
.footer-section .footer-links {
  display: flex;
  gap: 10px;
}
.footer-section .footer-links a {
  font-weight: 600;
  font-size: 14px;
}
.footer-section .footer-links span {
  width: 2px;
  height: 20px;
  border-radius: 20px;
  background: var(--text-secondary);
}
.footer-section .footer-links span:last-child {
  display: none;
}
.footer-section .copyright {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-top: 40px !important;
}

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
  .footer-section h5 {
    font-size: 16px;
  }
  .footer-section a {
    font-size: 14px;
  }
  .footer-section .footer-links {
    justify-content: center;
    gap: 7px;
  }
  .footer-section .footer-links a {
    font-size: 13px;
  }
  .footer-section .column-1 .main-logo img {
    width: 90px;
  }
  .footer-section .copyright {
    margin-top: 0 !important;
    font-size: 13px;
  }
  .footer-section {
    text-align: center;
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
  .footer-section h5 {
    font-size: 14px;
  }
  .footer-section a {
    font-size: 12px;
  }
  .footer-section .footer-links {
    justify-content: center;
    gap: 7px;
  }
  .footer-section .footer-links a {
    font-size: 12px;
  }
  .footer-section .footer-links span {
    width: 1px;
    height: 15px;
  }
  .footer-section .column-1 p {
    font-size: 13px;
  }
  .footer-section .column-1 .main-logo {
    margin-bottom: 5px;
  }
  .footer-section .column-1 .main-logo img {
    width: 80px;
  }
  .footer-section .copyright {
    margin-top: 0 !important;
    font-size: 12px;
  }
  .footer-section .social-icons-footer img {
    width: 25px;
    height: 25px;
  }
}
