.circle-icon {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  background-color: #08107B;
  border-radius: 50%;
  text-align: center; }
  @media (min-width: 48em) {
    .circle-icon {
      margin-right: 48px; } }

.circle-icon--number {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 1.6rem;
  color: #FFFFFF; }
  @media (min-width: 48em) {
    .circle-icon--number {
      width: 75px;
      height: 75px;
      margin-right: 20px;
      font-size: 2.9rem; } }

.circle-icon--user {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 1.6rem;
  color: #FFFFFF; }
  @media (min-width: 48em) {
    .circle-icon--user {
      margin: 0; } }

.circle-icon svg {
  height: 32px; }
