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

  .expect-section:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 100%;
    height: 606px;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 12px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .expect-section:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/PrivateLessionbg1.jpg');
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: 0;
  }

  .expect-left:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *), .expect-right:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    position: relative;
    z-index: 1;
  }

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

  .expect-right:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(90.54deg, rgba(255, 255, 255, 0.8) -84.9%, rgba(230, 184, 64, 0.8) 204.18%);
    padding: 0 56px;
    box-sizing: border-box;
  }

  .right-content:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

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

  .right-underline:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .right-icons:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 528px;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .right-icon-item:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .right-icon-img:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .right-icon-item span:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
  }

  .right-footer:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 410px;
    height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }



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

  html.is-mobile .expect-left:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    display: none !important;
  }

  html.is-mobile .expect-right:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: flex-start;
  }

  html.is-mobile .right-content:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 100%;
    gap: 16px;
  }

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

  html.is-mobile .right-icons:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 100%;
    height: auto;
    gap: 12px;
  }

  html.is-mobile .right-footer:where(.si-private-instruction-PrivateExpectSection, .si-private-instruction-PrivateExpectSection *){
    width: 100%;
    height: auto;
  }
