.footer__wrapper {
  background: linear-gradient(#F6F4FF, #F6F5FF);
  position: relative;
}

.footer-inner {
  padding: 60px 0 30px;
  position: relative;
}

.footer-items {
  border-bottom: 1px solid #000;
  row-gap: 4rem;
  padding-bottom: 30px;
}

.list-name {
  margin-top: 2.5rem;
}

.footer-items p {
  margin-bottom: 1rem;
  font-family: "ibm-plex-sans-regular", "sans-serif";
  color: #000;
  font-size: 14px !important;
  width: 90%;
}

.footer-end {
  padding-bottom: 20px;
  padding-top: 30px;
}

.footer-links {
  justify-content: end;
  display: flex;
  gap: 30px;
}

.footer-links p {
  font-family: "ibm-plex-sans-regular", "sans-serif";
  color: #000;
  font-size: 14px;
}

.copyright {
  gap: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.copyright p {
  font-family: "ibm-plex-sans-regular", "sans-serif";
  text-align: start;
  color: #000;
  font-size: 14px !important;
  margin: 0;
}

.footer-wrapper-link h3 {
  color: #000;
  font-size: 15px;
}

.footer-wrapper-link a:hover p {
  color: #4326ff;
}

@media(min-width: 1025px) {
  .no-padding-laptop {
    padding: 0 !important;
  }
}

@media (max-width: 1024px) {
  .footer-row {
    justify-content: space-between;
    row-gap: 3rem;
  }

  .footer-inner {
    padding: 50px 0 20px;
  }
}

@media (max-width: 768px) {
  .footer-items {
    padding-bottom: 4rem;
  }

  .footer-items p {
    font-size: 12px !important;
    width: 90%;
  }

  .copyright p {
    font-size: 12px !important;
  }

  .footer-inner {
    padding: 4rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .copyright {
    align-items: flex-start;
  }

  .copyright p {
    font-size: 2rem !important;
    text-align: start;
  }

  .footer-inner {
    padding: 50px 0 20px;
  }

  .footer-items {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  .footer-links {
    margin-top: 1rem;
    justify-content: flex-start;
  }

  .footer-wrapper-link h3 {
    font-size: 14px;
  }

  .footer-links p {
    font-size: 2rem;
  }

  .footer-end {
    padding-top: 2rem;
  }
}
