.service-table-vs {
  margin: 0;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-table-vs .title-section {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.service-table-vs .title-section span {
  font-size: 30px;
}
@media only screen and (min-width: 993px) {
  .service-table-vs .box {
    border-radius: 24px;
    width: 954px;
    max-width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    margin-inline: auto;
  }
  .service-table-vs .box .head {
    width: 100%;
    display: -ms-grid;
    display: grid;
    background: -webkit-gradient(linear, left top, right top, from(#A98CEC), to(#747DE2));
    background: linear-gradient(90deg, #A98CEC 0%, #747DE2 100%);
  }
  .service-table-vs .box .head[data-columns="2"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .service-table-vs .box .head[data-columns="3"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .service-table-vs .box .head[data-columns="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .service-table-vs .box .head[data-columns="5"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .service-table-vs .box .head[data-columns="6"] {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .service-table-vs .box .head .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2px;
    height: auto;
    padding: 26px 16px 26px 24px;
    position: relative;
  }
  .service-table-vs .box .head .column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .service-table-vs .box .head .column:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 600;
  }
  .service-table-vs .box .head .column:first-child::before {
    display: none;
  }
  .service-table-vs .box .head .column:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-table-vs .box .head .column:first-child p,
  .service-table-vs .box .head .column:first-child .column-title {
    text-align: left;
  }
  .service-table-vs .box .head .column .column-title {
    color: #ffffff;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    margin: 0;
  }
  .service-table-vs .box .head .column p {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0;
  }
  .service-table-vs .box .body {
    width: 100%;
    padding-bottom: 8px;
    background: rgba(255, 255, 255, 0.2);
  }
  .service-table-vs .box .body .row {
    width: 100%;
    display: -ms-grid;
    display: grid;
    position: relative;
  }
  .service-table-vs .box .body .row:first-child::before {
    display: none;
  }
  .service-table-vs .box .body .row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .service-table-vs .box .body .row[data-columns="2"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .service-table-vs .box .body .row[data-columns="3"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .service-table-vs .box .body .row[data-columns="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .service-table-vs .box .body .row[data-columns="5"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .service-table-vs .box .body .row[data-columns="6"] {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .service-table-vs .box .body .row .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    color: #ffffff;
  }
  .service-table-vs .box .body .row .column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .service-table-vs .box .body .row .column:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 600;
  }
  .service-table-vs .box .body .row .column:first-child::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .service-table-vs {
    position: relative;
    padding: 44px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .service-table-vs .title-section {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: -0.24px;
  }
  .service-table-vs .title-section span {
    font-size: 24px;
  }
  .service-table-vs .box {
    border-radius: 12px;
    border: 1px solid var(--White, #FFF);
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
  }
  .service-table-vs .box h2, .service-table-vs .box h3, .service-table-vs .box h4, .service-table-vs .box h5, .service-table-vs .box h6, .service-table-vs .box p {
    margin: 0;
  }
  .service-table-vs .box .head {
    width: 100%;
    display: -ms-grid;
    display: grid;
    border-bottom: 1px solid #fff;
    border-radius: 0 12px 0 0;
    overflow: hidden;
  }
  .service-table-vs .box .head[data-columns="2"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .service-table-vs .box .head[data-columns="3"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .service-table-vs .box .head[data-columns="4"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .service-table-vs .box .head[data-columns="5"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .service-table-vs .box .head[data-columns="6"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .service-table-vs .box .head .column {
    white-space: nowrap;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
    border-right: 1px solid #fff;
    background: -webkit-gradient(linear, left top, right top, from(#A98CEC), to(#747DE2));
    background: linear-gradient(90deg, #A98CEC 0%, #747DE2 100%);
  }
  .service-table-vs .box .head .column:last-child {
    border-right: none;
  }
  .service-table-vs .box .head .column .column-title {
    font-size: 14px;
    font-weight: 700;
  }
  .service-table-vs .box .head .column p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .service-table-vs .box .head .column:nth-child(1) {
    display: none;
  }
  .service-table-vs .box .body {
    width: 100%;
  }
  .service-table-vs .box .body .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #fff;
  }
  .service-table-vs .box .body .row:last-child {
    border-bottom: none;
  }
  .service-table-vs .box .body .row[data-columns="2"] .column {
    width: 100%;
  }
  .service-table-vs .box .body .row[data-columns="3"] .column {
    width: 50%;
  }
  .service-table-vs .box .body .row[data-columns="4"] .column {
    width: 33.3333333333%;
  }
  .service-table-vs .box .body .row[data-columns="5"] .column {
    width: 25%;
  }
  .service-table-vs .box .body .row[data-columns="6"] .column {
    width: 20%;
  }
  .service-table-vs .box .body .row .column {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    padding: 12px 8px;
    border-right: 1px solid #fff;
  }
  .service-table-vs .box .body .row .column:last-child {
    border-right: none;
  }
  .service-table-vs .box .body .row .column:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    font-weight: 700;
  }
}
