a.phone {
    background-color: var(--bg-light);
     border-radius: 0.375rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  position: relative;
}

a.phone i { 
   transform: translateY(-1px);
    font-size: 0.75rem;    
    margin-right: 0.35rem;
    align-self: center;
    width: fit-content !important;

}