/* scoped: si-safe-shooter-cards-SafeShooterWhySection */

  .why-section:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
    height: 449px;
    display: flex;
    flex-direction: row;
    gap: 99px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .why-section:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/cardsectionbg2.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .why-left:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    flex: 1;
    position: relative;
    z-index: 1;
    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%);
  }

  .left-content:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 524px;
    height: 278px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    justify-content: center;
  }

  .left-heading:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

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

  .left-underline:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 60px;
    height: 4px;
    background: #272727;
    flex-shrink: 0;
  }

  .left-intro:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .left-list:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .left-list li:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    list-style-type: disc;
  }

  .left-footer:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .left-footer strong:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    font-weight: 700;
  }

  .why-right:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card-img:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 380px;
    height: auto;
    object-fit: contain;
  }



  html.is-mobile .why-section:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    height: auto;
    flex-direction: column;
    gap: 0;
  }

  html.is-mobile .why-left:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: flex-start;
  }

  html.is-mobile .left-content:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
    height: auto;
    gap: 20px;
    justify-content: flex-start;
  }

  html.is-mobile .left-title:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    font-size: 22px;
  }

  html.is-mobile .left-footer:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
  }

  html.is-mobile .why-right:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
    padding: 0 40px 60px;
    box-sizing: border-box;
  }

  html.is-mobile .why-right .card-img:where(.si-safe-shooter-cards-SafeShooterWhySection, .si-safe-shooter-cards-SafeShooterWhySection *){
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
