


/* .footer-section */
.footer-section {
  background: #111827;
  padding: 30px;
}
.footer-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-itme {
  max-width: 600px;
  min-width: 200px;
}
.footer-itme , .footer-itme2{
  flex-grow: 1;
  flex-basis: 200;
  padding: 10px;
}
.footer-itme2 {
  max-width: 300px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-heading {
  color: var(--off-white);
  padding-bottom: 10px;
}
.footer-sub-heading {
  color: #1877f2;
  padding-bottom: 10px;
}
.footer-paragraf , .Quick-link li a , .Legal-link li a {
  color: #c3c3c3;
  text-decoration: none;
}
.Quick-link , .Legal-link {
  list-style: none;
} 

footer {
  color: #c3c3c3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}