.info__box {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #eef1ff;
  box-shadow: 0px 0px 8px -2px rgba(16, 24, 40, 0.15);
  border-radius: 8px;
}

.info__icon {
  height: 24px;
  width: 24px;
  text-indent: 100%;
  overflow: hidden;
  position: relative;
  background: #e3e8ff;
  border-radius: 12px;
  &::before {
    content: "i";
    position: absolute;
    inset: 0;
    text-align: center;
    text-indent: 0;
    line-height: 24px;
    font-family: segoe, ui-sans-serif, sans-serif;
  }
}
