.section-lists-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.section-lists-body .section-lists-element {
    width: 100%;
    margin: 15px 0;
}
.section-lists-body .section-lists-element:nth-last-child(-n + 2) {
    align-self: flex-end;
}

.section-lists-element > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.dropdown .badge {
    vertical-align: middle;
}

.section-lists-body .section-lists-element:nth-last-child(-n + 2) {
    align-self: flex-end;
}

.section-lists-element {
    height: 200px;
    position: relative;
    border-radius: 15px;
    background: center / cover no-repeat url(/img/icons/bg-reducere.jpg);
}
.section-lists-element > img {
    position: absolute;
    bottom: 4px;
    right: 4px;
    max-height: 90%;
    max-width: 280px;
}
.section-lists-element > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    line-height: 1.4;
    padding: 0.8854vw 0 0 1.0417vw;
}

@media (max-width: 1600px){
  .section-lists-body .section-lists-element {
      width: 100%;
  }
  .section-lists-element > a {
      font-size: 25px;
      padding: 1.0625vw 0 0 1.25vw;
  }
  .box-sales__small .section-lists-element:first-child {
      margin-bottom: 1.465vw;
  }
}

@media (max-width: 1439px){
  .section-lists-element > a {
      font-size: 20px;
      padding: 1.2445vw 0 0 1.4641vw;
  }
}

@media (max-width: 1280px){
  .section-lists-element > a {
      font-size: 20px;
      padding: 1.3281vw 0 0 1.5625vw;
  }
}

@media (max-width: 991px) {
    .box-sales__small .section-lists-element:first-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
  .section-lists-body .section-lists-element:nth-last-child(-n + 2) {
      margin-top: 2.6042vw;
  }
  .section-lists-element > a {
      font-size: 25px;
      padding: 2.2135vw 0 0 2.6042vw;
  }
}

@media (max-width: 480px) {
  .section-lists-body .section-lists-element {
      margin-bottom: 6.25vw;
  }
  .section-lists-body .section-lists-element {
      width: 100%;
      margin-top: 0;
  }
  .section-lists-body .section-lists-element:nth-last-child(-n + 2) {
      margin-top: 0;
  }
  .section-lists-element > a {
      font-size: 18px;
      padding: 5.3125vw 0 0 6.25vw;
  }
}
