/* scoped: si-royal-package-RoyalGunsSection */

  .guns-section:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 100%;
    height: 514px;
    padding: 80px;
    gap: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-sizing: border-box;
  }

  .content-box:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 586px;
    height: 354px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

  .heading-group:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .section-title:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .title-sub:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-size: 30px;
  }

  .title-underline:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .sub-heading:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #D62121;
    margin: 0;
  }

  .logos-row:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 532px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px;
    opacity: 0.2;
  }

  .logo:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    height: 45px;
    width: auto;
    object-fit: contain;
  }

  .desc-1:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 532px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
    overflow: hidden;
  }

  .desc-1 strong:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-weight: 700;
  }

  .desc-2:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .desc-2 strong:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-weight: 700;
  }



  html.is-mobile .guns-section:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    height: auto;
    padding: 60px 40px;
    gap: 24px;
  }

  html.is-mobile .content-box:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 282px;
    height: auto;
    gap: 20px;
    margin: 0 auto;
  }

  html.is-mobile .section-title:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-size: 22px;
  }

  html.is-mobile .title-sub:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-size: 16px;
  }

  html.is-mobile .sub-heading:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    font-size: 20px;
  }

  html.is-mobile .logos-row:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 282px;
    row-gap: 20px;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 13px auto 70px;
  }

  html.is-mobile .logo:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 54px;
    height: 44px;
    object-fit: contain;
  }

  html.is-mobile .logo:nth-child(4):where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    margin-left: 60px;
  }

  html.is-mobile .logo:nth-child(5):where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    margin-right: 60px;
  }

  html.is-mobile .desc-1:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *), html.is-mobile .desc-2:where(.si-royal-package-RoyalGunsSection, .si-royal-package-RoyalGunsSection *){
    width: 100%;
    height: auto;
    overflow: visible;
    text-align: left;
  }
