.offer-brashorts,
.offer-bra {
  position: relative;
}
.offer-brashorts_list,
.offer-bra_list {
  position: absolute;
  right: 20px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.offer-brashorts_list img,
.offer-bra_list img {
  width: 286px;
}


@media (width < 768px) {
  .offer-brashorts_list,
  .offer-bra_list {
    right: 2vw;
    bottom: 2.2vw;
    gap: 0.6vw;
  }
  .offer-brashorts_list img,
  .offer-bra_list img {
    width: 28.6vw;
  }
}