.rm-contact-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  background: var(--rm-contact-icon-color, var(--rm-teal-deep, #007f8b));
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.rm-contact-icon--lg {
  width: 1.45rem;
  height: 1.45rem;
}
