/* scoped: si-things-to-do-ThingsWhyKOPSection */

  .whykop-h2:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .whykop-underline:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .whykop-body:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }



  html.is-mobile .whykop-section:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    height: 394px !important;
    padding: 80px 40px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  html.is-mobile .whykop-bg:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    background-image: url('/WhyChooseUsMOBILE.png') !important;
    opacity: 0.4;
  }

  html.is-mobile .whykop-section > div[style]:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    width: 100% !important;
    height: 100%;
    gap: 0 !important;
  }

  html.is-mobile .whykop-h2:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    font-size: 22px;
    text-align: center;
    color: #272727 !important;
  }

  html.is-mobile .whykop-underline:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    margin-top: 16px;
    margin-bottom: auto;
  }

  html.is-mobile .whykop-body:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    font-size: 12px;
    text-align: center;
    width: 320px;
    color: #272727 !important;
  }

  html.is-mobile .whykop-body:last-child:where(.si-things-to-do-ThingsWhyKOPSection, .si-things-to-do-ThingsWhyKOPSection *){
    height: 60px;
    overflow: hidden;
    margin-top: 12px;
  }
