.footerWrap {
  padding: 5rem 20px 2.5rem;
  background: #F7F6FF;
}

.footer {
  max-width: 1162px;
  width: 100%;
  gap: 1.875rem;
  margin: 0 auto;
}

.footerLeft {
  width: 23%;
}

.footerImgList {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footerKlentyLogo {
  width: 8.375rem;
  height: auto;
}

.footerG2Review {
  width: 8.125rem;
  height: auto;
}

.footerLinkList {
  gap: 0.75rem;
}

.footerLink {
  text-decoration: none;
  color: #393885;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.footerLink:hover {
  color: #393885;
  font-weight: 500;
}

.footercertificateList {
  gap: 0.875rem;
}

.footercertificate {
  width: 25%;
}

.footerRight {
  width: 77%;
  gap: 1.5rem;
}

.footerColumn {
  width: calc(25% - ((1.5rem * 3) / 4));
}

.footerColumnHeading {
  color: #393885;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footerColumnSubHeading {
  color: #9696BD;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.footerRightLine {
  width: 100%;
  height: 0.6px;
  background: #D1D1EE;
  display: none;
}

.footerSplitColumn {
  width: calc(25% - ((1.5rem * 3) / 4));
  gap: 2rem;
}

.footerSplitColumn .footerColumn {
  width: 100%;
}

.footerMobilecertificateList {
  margin-top: 2rem;
  gap: 1.125rem;
  display: none;
}

.footerBottom {
  max-width: 1162px;
  width: 100%;
  padding-top: 1.625rem;
  border-top: 1.007px solid #E8E8FC;
  gap: 1.875rem;
  margin: 3rem auto 0;
}

.footerBottomLeft {
  gap: 1rem;
}

.footerBottomLink {
  color: #2D2C76;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.footerBottomLeftLine {
  width: 1px;
  background-color: #B6B6DA;
}

.footerBottomText {
  color: #8585AD;
  font-size: 0.875rem;
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }

  .footer>div {
    width: 100%;
  }

  .footerLeft {
    padding-bottom: 1.875rem;
    border-bottom: 0.6px solid #D1D1EE;
  }

  .footerImgList {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .footercertificateList {
    display: none !important;
  }

  .footerColumn {
    width: calc(50% - (1.5rem / 2));
  }

  .footerRightLine {
    display: block;
  }

  .footerSplitColumn {
    width: 100%;
    flex-direction: row !important;
  }

  .footerSplitColumn .footerColumn {
    width: 50%;
  }

  .footerMobilecertificateList {
    display: flex;
  }

  .footerBottom {
    flex-direction: column;
    align-items: center;
  }
}