ul#pecet__legenda > li h2 {
    display: block;
    width: 100%;
    margin: 5px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.3px;
    line-height: 1.3;
}

ul#pecet__legenda {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: flex-start;
}

ul#pecet__legenda > li.pecet__legenda__administracja {
      background: rgb(255 255 255 / 9%) url(https://team-kamelot.pl/images/LEGENDA/L1.png) left bottom no-repeat;
}

ul#pecet__legenda > li.pecet__legenda__forumowe {
      background: rgb(255 255 255 / 9%) url(https://team-kamelot.pl/images/LEGENDA/L2.png) left bottom no-repeat;
}

ul#pecet__legenda > li.pecet__legenda__serwerowe {
      background: rgb(255 255 255 / 9%) url(https://team-kamelot.pl/images/LEGENDA/L3.png) left bottom no-repeat;
}

ul#pecet__legenda > li.pecet__legenda__premium {
      background: rgb(255 255 255 / 9%) url(https://team-kamelot.pl/images/LEGENDA/L4.png) left bottom no-repeat;
}

ul#pecet__legenda > li.pecet__legenda__podstawowe {
      background: rgb(255 255 255 / 9%) url(https://team-kamelot.pl/images/LEGENDA/L5.png) left bottom no-repeat;
}

ul#pecet__legenda > li {
    border-radius: 20px;
    display: block;
    width: calc( 20% - 7px );
    padding: 24px;
    margin-left: 10px;
}

ul#pecet__legenda > li ul.pecet__legenda__groups {
      display: block;
    width: 100%;
    position: relative;
}

ul#pecet__legenda > li ul.pecet__legenda__groups > li a {
  margin: 0;
  line-height: 1.1;
  text-decoration: none;
}

ul#pecet__legenda > li ul.pecet__legenda__groups > li {
    width: 100%;
    margin: 8px 0;
    position: relative;
}