/* scoped: si-private-instruction-PrivateReserveSection */

  .reserve-section:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    height: 449px;
    background-image: url('/PrivateLEssonBg4.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  .reserve-left:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.87deg, rgba(255, 255, 255, 0.8) -102.26%, rgba(255, 255, 255, 0.8) 174.59%);
    box-sizing: border-box;
  }

  .left-content:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 514px;
    height: 331px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  .left-title:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #D62121;
    margin: 0;
  }

  .left-inner:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .left-quote:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 0;
    color: #D62121;
    display: block;
    position: relative;
    top: 20px;
    margin-bottom: 10px;
  }

  .left-review:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 514px;
    height: 88px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .left-author:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .left-name:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .left-location:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .left-underline:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .reserve-right:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .reserve-box:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 548px;
    height: 200px;
    background: rgba(65, 65, 65, 0.6);
    border-radius: 8px;
    padding: 21px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .reserve-title:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  .reserve-text:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 392px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }



  html.is-mobile .reserve-section:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    height: auto;
    flex-direction: column;
  }

  html.is-mobile .reserve-left:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: center;
  }

  html.is-mobile .reserve-left .left-content:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 270px !important;
    height: auto;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
  }

  html.is-mobile .left-title:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-size: 22px;
  }

  html.is-mobile .left-review:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    height: auto;
    font-size: 18px;
  }

  html.is-mobile .left-name:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-size: 28px;
  }

  html.is-mobile .reserve-right:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    padding: 110px 40px;
    box-sizing: border-box;
  }

  html.is-mobile .reserve-box:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    height: auto;
    padding: 30px 24px;
  }

  html.is-mobile .reserve-title:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    font-size: 22px;
  }

  html.is-mobile .reserve-text:where(.si-private-instruction-PrivateReserveSection, .si-private-instruction-PrivateReserveSection *){
    width: 100%;
    height: auto;
    overflow: visible;
  }
