@media (min-width: 768px) {
  footer .grid > div:nth-of-type(1) {
    grid-column: 1/3;
  }
  footer .grid div:nth-of-type(4) {
    display: none;
  }
}

.copyright-text p {
  color: #fff !important;
}

@media (max-width: 768px) {
  footer * {
    margin: 0 auto;
    text-align: center;
  }
  footer .grid > div:nth-of-type(3) {
    flex-direction: column !important;
  }
  footer + div {
    margin-bottom: 70px;
  }
}

/*EDITS*/
button.client-review-icon8702.hideOnMobilePlugin {
    display: none;
}