@media screen and (max-width: 1260px) and (min-width: 768px) {
  .left-right-plain-content-container {
    flex-direction: column-reverse;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 96px;
  }
  .left-right-plain-content-container .img-wrapper.floating_image {
    position: relative;
  }
  .left-right-plain-content-container .img-wrapper.floating_image img {
    position: static;
    width: 546px;
    height: auto;
    transform: translateY(8px);
    max-width: 100%;
  }
  .left-right-plain-content-container.dark_frame.rental-wrap {
    background: #1A1A1A;
    padding: 56px 48px 48px 48px;
  }
  .left-right-plain-content-container.rental-wrap.dark_frame .buttons-container {
    justify-content: flex-start;
  }
  .left-right-plain-content-container.dark_frame, .left-right-plain-content-container.white_frame {
    padding: 56px 48px 0 48px;
    gap: 64px;
  }
  .left-right-plain-content-container.dark_frame .content-wrapper, .left-right-plain-content-container.white_frame .content-wrapper {
    flex: 0 0 auto;
  }
  .left-right-plain-content-container.dark_frame .img-wrapper, .left-right-plain-content-container.white_frame .img-wrapper {
    flex: 0 0 auto;
    margin: 0 auto;
  }
  .left-right-plain-content-container.grey_frame {
    padding: 56px 48px 56px 48px;
    gap: 64px;
  }
  .left-right-plain-content-container.grey_frame .content-wrapper {
    flex: 0 0 auto;
  }
  .left-right-plain-content-container.grey_frame .img-wrapper {
    flex: 0 0 auto;
    margin: 0 auto;
  }
  .left-right-plain-content-container.reverse {
    flex-direction: column-reverse;
  }
  .left-right-plain-content-container .img-wrapper {
    flex: 0 0 auto;
  }
}
