.pp-cs-footer-inner {
  background: #fdf8f3;
  border-radius: 15px;
  padding: 20px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.pp-cs-footer-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.pp-cs-footer-item:last-child {
  border-right: 0px none;
}
.pp-cs-footer-icon-wrapper img {
  width: 70px;
}
.footer-number {
  color: var(--orange);
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: var(--global-font-family);
}
.footer-text {
  display: block;
  width: 100%;
  color: var(--black);
}
.pp-cs-footer-sep {
  display: none;
}
.pp-cs-section {
  padding: 60px 0;
}
.pp-cs-google-reviews-wrapper {
  margin-top: 60px;
}
.pp-cs-google-reviews-inner {
  overflow: hidden;
}
