.Section-10 {
  padding: 1rem 4rem;
  padding-top: 2rem;
  background-color: var(--dark-blue);
}
.footer {
  display: flex;
  justify-content: space-around;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--purple)
}

.Section-9-main-heading {
  font-size: var(--font-14);
  color: var(--white);
}

.links {
  width: 12%;
}
.Section-9-sub-links {
  font-size: var(--font-16);
  color: var(--white);
  line-height: 1.4rem;
  margin-top: 1rem;
}
.no-border {
  text-align: center;
  padding-bottom: 0rem;
  margin-top: 1rem;
  border: none !important;
}
.modern-customer {
  font-size: var(--font-22);
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.white-logo {
  height: 60px;
}

@media screen and (max-width: 768px) {
    
  .footer {
    flex-wrap: wrap;
  }
    .Section-9-main-heading {
    width: 100%;
  }
  .links {
    margin-top: 3rem;
    width: 50%;
  }
.Section-9 {
    padding: 4rem 2rem;
    flex-wrap: wrap;
  }

}