/* scoped: si-service-area-ServiceAreaCardsSection */

  .cards-section:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 100%;
    height: 500px;
    padding: 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 52px;
    background: linear-gradient(360deg, #D62121 -417.25%, #FFA6A6 517.25%);
  }

  .cards-box:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 1280px;
    height: 340px;
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .service-card:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 406px;
    height: 340px;
    flex-shrink: 0;
    background: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 4px 29.5px 0px #00000029;
    position: relative;
    overflow: hidden;
  }

  .card-topline:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 100%;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .card-icon:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    position: absolute;
    top: 26px;
    left: 290px;
    width: 86px;
    height: 83px;
    object-fit: contain;
    opacity: 0.9;
  }

  .card-content:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    position: relative;
    z-index: 1;
    padding: 70px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    box-sizing: border-box;
  }

  .card-title:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
    width: 260px;
  }

  .card-underline:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 202px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .card-body:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .card-text:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #272727;
    margin: 0;
  }

  .card-text strong:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-weight: 700;
  }

  .card-link:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-all;
  }

  .card-link:hover:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){ color: #D62121; }

  .service-card:nth-child(3) .card-icon:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    left: 318px;
  }

  .service-card:nth-child(3) .card-title:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 320px;
  }

  .card-list:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #272727;
    margin: 0;
    padding-left: 32px;
    list-style: disc;
  }



  html.is-mobile .cards-section:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    height: 1021px;
    padding: 80px 40px;
    gap: 52px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  html.is-mobile .cards-section .cards-box:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 52px;
  }

  html.is-mobile .cards-section .service-card:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 318px;
    height: 271px;
    flex-shrink: 0;
  }

  html.is-mobile .cards-section .card-icon:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    left: auto;
    right: 16px;
    top: 20px;
    width: 72px;
    height: 70px;
  }

  html.is-mobile .cards-section .service-card:nth-child(3) .card-icon:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    left: auto;
    right: 16px;
  }

  html.is-mobile .cards-section .card-content:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    padding: 24px 18px 18px;
    gap: 10px;
  }

  html.is-mobile .cards-section .card-body:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    margin-top: 8px;
  }

  html.is-mobile .cards-section .card-title:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-size: 18px;
    width: 200px;
  }

  html.is-mobile .cards-section .service-card:nth-child(3) .card-title:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    width: 235px;
    height: 34px;
    overflow: hidden;
  }

  html.is-mobile .cards-section .service-card:nth-child(3) .card-content:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    padding: 28px 18px 18px 22px;
  }

  html.is-mobile .cards-section .card-text:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *), html.is-mobile .cards-section .card-link:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-size: 14px;
    line-height: 100%;
  }

  html.is-mobile .cards-section .card-list:where(.si-service-area-ServiceAreaCardsSection, .si-service-area-ServiceAreaCardsSection *){
    font-size: 14px;
    line-height: 100%;
  }
