[data-eg-home-consolidation] {
  box-sizing: border-box;
  width: 100%;
  padding: 56px 20px;
  color: #213338;
  font-family: Montserrat, sans-serif;
}

[data-eg-home-consolidation] *,
[data-eg-home-consolidation] *::before,
[data-eg-home-consolidation] *::after {
  box-sizing: border-box;
}

.eg-home-nashville-consolidation--inventory {
  background: #f8f6f3;
}

.eg-home-nashville-consolidation--testimonials {
  background: #fff;
}

.eg-home-nashville-consolidation__shell {
  width: min(100%, 900px);
  margin: 0 auto;
}

.eg-home-nashville-consolidation__shell--narrow {
  width: min(100%, 800px);
}

[data-eg-home-consolidation] h2 {
  margin: 0 0 18px;
  color: #16163f;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.eg-home-nashville-consolidation--inventory p {
  margin: 0 0 16px;
  color: #40555b;
  font-size: 16px;
  line-height: 1.8;
}

.eg-home-nashville-consolidation__testimonial {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 35px 30px 60px;
  border-radius: 8px;
  background: #f8f9fa;
  box-shadow: 0 2px 12px rgb(0 0 0 / 6%);
}

.eg-home-nashville-consolidation__testimonial::before {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #f5a623;
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
}

.eg-home-nashville-consolidation__testimonial p {
  margin: 0;
  color: #333;
  font-size: 17px;
  font-style: italic;
  line-height: 1.7;
}

.eg-home-nashville-consolidation__testimonial cite {
  display: block;
  margin-top: 15px;
  color: #16163f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.eg-home-nashville-consolidation__referrals {
  margin: 35px 0 0;
  color: #555;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 640px) {
  [data-eg-home-consolidation] {
    padding: 42px 20px;
  }

  .eg-home-nashville-consolidation__testimonial {
    padding: 28px 24px 28px 48px;
  }

  .eg-home-nashville-consolidation__testimonial::before {
    left: 14px;
  }
}
