.text-sm {
  font-size: var(--text-xl);
}

.text-xs {
  font-size: var(--text-lg);
}

a.service-icon > img {
  width: 75px !important;
  height: 75px !important;
}

a.w-12 {
  width: calc(var(--spacing) * 36);
}
