/**
 * Contact text
 */

.contact-text-wrapper .contact-text-item:not(:first-child) {
  border-top: 1px solid var(--brand-grey-light);
}
.contact-text-item {
  padding: 0 1rem;
}
.contact-text-item .heading-small {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.contact-text-item .heading-small::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid var(--brand-primary-color);
}