@media screen and (max-width: 760px){
  .ui-section--start .wrapper {
    grid-template-columns: 100%;
    gap: 70px;
    width: 100%;
    overflow: hidden;
  }

  .ui-section--start .wrapper > .col-right {
    margin: -135px -79px;
    pointer-events: none;
  }

  .ui-section--start {
    padding-top: 20px;
  }

  h1 {
    font-size: 25px;
    text-align: center;
  }


  .ui-section--booking {
    padding: 25px 0;
    margin-top: -20px;
  }

  img.start-book-arrow {
    z-index: 1111;
    width: 300px;
    right: -32%;
    bottom: -108px;
    transform: rotate(82deg);
  }

  lottie-player.animating-1 {
    top: -50px;
  }

  .ui-section--start h1 span {
    margin: 13px auto;
  }
  .ui-section--testimonials {
    padding: 10px 0;
  }
  .ui-button-home-create {
    padding: 14px;
    font-size: 21px;
    padding-bottom: 15px;
  }

  .section--auth > .title {
    line-height: 1.2;
    font-size: 25px;
  }
}