.sliderView {
  display: none;
}

.table_container {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
}

table p {
  padding-bottom: 0 !important;
}

th,
td {
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
}

th {
  font-weight: 500;
  border-radius: 16px 16px 0px 0px;
  background: var(--grey50);
}
th:first-child {
  background-color: transparent;
}
th:nth-child(2) {
  background-color: var(--primary);
  color: white;
}

th:nth-child(3),
th:nth-child(4) {
  background-color: #dbeafe;
  color: #374151;
  text-align: center;
}

tr {
  position: relative;
}
tr::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 16px);
  height: 1px;
  background: var(--grey200);
}

td {
  width: 100%;
  max-width: 20%;
  padding: 0.5rem 1.5rem;
  text-align: center;
  border-inline: 1px solid var(--grey200);
}
td:first-child {
  max-width: 40%;
  padding: 1rem;
  font-weight: 600;
  color: var(--grey800);
  text-align: left;
}

.feature-title {
  font-weight: 600;
  color: var(--grey800);
}

.feature-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey600);
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.check-icon {
  background-color: #dbfae0;
}
.check-icon img {
  width: 11px;
}

.cross-icon {
  background-color: #ffebec;
}
.cross-icon img {
  width: 9px;
}

tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 640px) {
  .sliderView {
    display: block;
  }

  .section-3 .t-bg-tram::before {
    width: 315px;
    height: 300px;
    left: -100px;
    bottom: 0;
  }

  th,
  td {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .initialView_workflow .o-col-3:nth-child(3)::before {
    content: url(/img/solutions/cleemy/paiement/illu-text-script-workflow.svg);
    position: absolute;
    bottom: -90px;
    left: 30px;
    width: 316px;
  }
}
