

.i.stroke {
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card .icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  overflow: hidden;
}

.card .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal .media > svg {
  max-inline-size: 100%;
  max-block-size: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.client-card .info{ display:flex; align-items:center; gap:12px; }

.review-card .info{ display:flex; align-items:center; gap:12px; }
