.email {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.email svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #147e78;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
