.m-circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  color: var(--color-main-1);
  border-radius: 50%;
  background-color: rgb(117 115 255 / 0.1);
}

  .m-circle-icon--size-small {
    width: 4rem;
    height: 4rem;
  }

  .m-circle-icon__icon {
    fill: currentColor;
    width: 1.25rem;
    height: 1.25rem;
  }
