.table-benefits {
  margin: 200px 0;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.table-benefits .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;
}
.table-benefits .title-section-mobile {
  display: none;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 16px;
  border-top: 1px solid var(--Bttn-CTA-default, #4AE9C2);
  border-bottom: 1px solid var(--Bttn-CTA-default, #4AE9C2);
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 993px) {
  .table-benefits .box {
    border-radius: 24px;
    border: 2px solid #fff;
    width: 100%;
    overflow: hidden;
  }
  .table-benefits .box .head {
    width: 100%;
    display: -ms-grid;
    display: grid;
    border-bottom: 1px solid #fff;
  }
  .table-benefits .box .head[data-columns="2"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .table-benefits .box .head[data-columns="3"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .table-benefits .box .head[data-columns="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .table-benefits .box .head[data-columns="5"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .table-benefits .box .head[data-columns="6"] {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .table-benefits .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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2px;
    height: auto;
    padding: 32px 16px 8px 24px;
    position: relative;
    color: #ffffff;
  }
  .table-benefits .box .head .column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .table-benefits .box .head .column:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 600;
  }
  .table-benefits .box .head .column:first-child::before {
    display: none;
  }
  .table-benefits .box .head .column:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .table-benefits .box .head .column:first-child p,
  .table-benefits .box .head .column:first-child .column-title {
    text-align: left;
  }
  .table-benefits .box .head .column .column-title {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    margin: 0;
  }
  .table-benefits .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;
  }
  .table-benefits .box .body {
    width: 100%;
    padding-bottom: 8px;
  }
  .table-benefits .box .body .row {
    width: 100%;
    display: -ms-grid;
    display: grid;
    position: relative;
  }
  .table-benefits .box .body .row:first-child::before {
    display: none;
  }
  .table-benefits .box .body .row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .table-benefits .box .body .row[data-columns="2"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .table-benefits .box .body .row[data-columns="3"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .table-benefits .box .body .row[data-columns="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .table-benefits .box .body .row[data-columns="5"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .table-benefits .box .body .row[data-columns="6"] {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .table-benefits .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: 17px 24px;
    color: #333;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    position: relative;
    color: #ffffff;
  }
  .table-benefits .box .body .row .column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  .table-benefits .box .body .row .column:first-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 600;
  }
  .table-benefits .box .body .row .column:first-child::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .table-benefits {
    margin: 72px 0;
    position: relative;
    padding: 40px 16px;
    left: -16px;
    width: calc(100% + 32px);
  }
  .table-benefits .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: 12px;
  }
  .table-benefits .title-section-mobile {
    display: block;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
  }
  .table-benefits .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;
    color: #ffffff;
  }
  .table-benefits .box h2, .table-benefits .box h3, .table-benefits .box h4, .table-benefits .box h5, .table-benefits .box h6, .table-benefits .box p {
    margin: 0;
  }
  .table-benefits .box .head {
    width: 100%;
    display: -ms-grid;
    display: grid;
    border-bottom: 1px solid #fff;
  }
  .table-benefits .box .head[data-columns="2"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .table-benefits .box .head[data-columns="3"] {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .table-benefits .box .head[data-columns="4"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .table-benefits .box .head[data-columns="5"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .table-benefits .box .head[data-columns="6"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .table-benefits .box .head .column {
    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 8px;
    border-right: 1px solid #fff;
  }
  .table-benefits .box .head .column:last-child {
    border-right: none;
  }
  .table-benefits .box .head .column .column-title {
    font-size: 14px;
    font-weight: 700;
  }
  .table-benefits .box .head .column p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
  .table-benefits .box .head .column:nth-child(1) {
    display: none;
  }
  .table-benefits .box .body {
    width: 100%;
  }
  .table-benefits .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;
  }
  .table-benefits .box .body .row:last-child {
    border-bottom: none;
  }
  .table-benefits .box .body .row[data-columns="2"] .column {
    width: 100%;
  }
  .table-benefits .box .body .row[data-columns="3"] .column {
    width: 50%;
  }
  .table-benefits .box .body .row[data-columns="4"] .column {
    width: 33.3333333333%;
  }
  .table-benefits .box .body .row[data-columns="5"] .column {
    width: 25%;
  }
  .table-benefits .box .body .row[data-columns="6"] .column {
    width: 20%;
  }
  .table-benefits .box .body .row .column {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 8px;
    border-right: 1px solid #fff;
  }
  .table-benefits .box .body .row .column:last-child {
    border-right: none;
  }
  .table-benefits .box .body .row .column:nth-child(1) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--White, #FFF);
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
  }
}
