.circleInfo {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #87CEFA;
  padding-top: 4px;
  @include fonticon();

    &.infoLetter{
      display: block;
      &:after{
        content: '\e8bb';
        color: $white;
        font-size: 20px;
      }
    }
}


