 .comparison-wrapper-box{
      padding: 0px 30px 10px;
 }
.comparison-wrapper .card-body p{
  font-family: Lufga;
  font-weight:400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing:0.01em;
    color:#000000;
}
.comparison-wrapper .card-body p:last-child {
    margin: 0;
}
.comparison-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    max-width:1200px;
    width: 100%;
    margin: 0 auto;
  }

   .comparison-wrapper .card {
    flex: 1;
    border-radius: 20px;
    padding: 2rem;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

   .comparison-wrapper .card-left {
     background: url(/template/71b0727d/images/left-gradient-box.png) no-repeat;
     background-size: cover;
     box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
     border-radius: 24px;
  }

   .comparison-wrapper .card-right {
     background: url(/template/71b0727d/images/right-gradient-box.png) no-repeat;
     background-size: cover;
     box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
     border-radius: 24px;
  }

   .comparison-wrapper .card-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
  }

   .comparison-wrapper .icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

   .comparison-wrapper .icon-wrap-left {
    background: transparent;
     border: 1px solid rgba(0, 0, 0, 0.1);
  }

   .comparison-wrapper .icon-wrap-right {
     background: transparent;
     border: 1px solid rgba(0, 0, 0, 0.1);
  }

   .comparison-wrapper .icon-wrap img, .icon-wrap svg {
    width: 28px;
    height: 28px;
  }

   .comparison-wrapper .card-title {
    font-family: Lufga;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    color:#000000;
    line-height: 30px;
  }

   .comparison-wrapper .card-body {
    font-size: 0.9375rem;
    color: #444;
    line-height: 1.65;
  }

   .comparison-wrapper .vs-divider {
    flex-shrink: 0;
    width: 56px;
    text-align: center;
     color:#000000;
    font-family: Lufga;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing:0.01em;
    position: relative;
    z-index: 1;
    color: rgba(0, 0, 0, 0.5);
  }

  /* Responsive */
  @media (max-width:767px) {
    .comparison-wrapper {
      flex-direction: column;
      gap: 0.5rem;
    }

     .comparison-wrapper .vs-divider {
      writing-mode: horizontal-tb;
      padding: 0.25rem 0;
    }

     .comparison-wrapper .card {
      width: 100%;
      border-radius: 16px;
    }
  }