.greeting-section {
  background: var(--page-bg);
}

.greeting-text {
  max-width: 330px;
  margin: 0 auto;
  color: #514c46;
  font-size: var(--font-body);
  line-height: 2.25;
}
