.limit .w-100 {
    margin-bottom: 10px;
  }
  .limit .list-overview, .limit .items-container {
    width: 100%;
  }
  .limit .items-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 70px;
    background-size: 100% 95%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 150px;
  }
  .limit .items-container .leader-box {
    width: 230px;
    height: 380px;
    display: grid;
    grid-template-rows: 300px 44px 36px;
    justify-items: start;
  margin: 35px;
  }
  .limit .items-container .leader-box > div:nth-of-type(1) {
    height: 100%;
  }
  .limit .items-container .leader-box > div:nth-of-type(1) img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .limit .items-container .leader-box > div:nth-of-type(2) {
    font-size: 24px;
    color: black;
  }
  .limit .items-container .leader-box > div:nth-of-type(3) {
    font-size: 16px;
    color: gray;
  }
  .limit .items-container .leader-box > div:nth-of-type(4) {
    font-size: 16px;
  }
  .limit .items-container > img {
    max-width: 240px;
    max-height: 200px;
  }