.rich-text_img_container {
  margin-top: 40px;
  padding: 0 20px;
}

.rich-text__img.luxury_exchange_item_img.desktop_show {
  display: none;
}

.rich-text__img.luxury_exchange_item_img.mobile_show {
  display: block;
}

@media screen and (min-width: 750px) {
  .rich-text__img.luxury_exchange_item_img.desktop_show {
    display: block;
  }
  .rich-text__img.luxury_exchange_item_img.mobile_show {
    display: none;
  }
  .rich-text_img_container {
    margin-top: 80px;
  }
}
