body {
  background-color: #fefbef;
}

.wa-contact__section {
  padding-block: var(--space-xl);
}
.wa-contact__heading, .wa-contact__heading--sidebar {
  color: var(--base-dark);
  font-size: var(--text-l);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.wa-contact__sidebar span {
  font-size: var(--text-s);
  color: var(--base-dark);
}
.wa-contact__phone-wrapper {
  gap: calc(var(--space-xs) * 0.5);
}
.wa-contact__icon {
  margin-top: var(--space-s);
  font-size: var(--text-xxl);
}
.wa-contact__facebook {
  color: rgb(64, 153, 255);
}
.wa-contact__instagram, .wa-contact__youtube {
  color: rgb(221, 51, 51);
}
.wa-contact__gold-company-wrapper {
  margin-top: var(--space-s);
}
.wa-contact__gold-company img {
  height: 60px;
  width: auto;
}
