.new-cylon-home-label {
  margin: 0 16px;

  & &-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  & &-item-img {
    height: 59px
      /* 44/50 */
    ;
    width: 59px
      /* 44/50 */
    ;
    // border-radius: @home-label-item-img-border-radius /* 22/50 */;
    // border: 1px solid #F4F4F4;
    // box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  }

  & &-item-txt {
    margin-top: 8px
      /* 12/50 */
    ;
    margin-bottom: 12px
      /* 12/50 */
    ;
    color: rgba(0, 0, 0, 0.85);
    font-size: 12px
      /* 12/50 */
    ;
    font-family: var(--light-font, SFProText-Medium, SFProText);

  }

}
