.automation-table__cell p {
  font-size: 16px;
}

.automation-table__cell p strong {
  font-size: 27px;
  font-weight: 700;
}

.automation-table__cell p strong em,
.automation-table__cell p em strong {
  font-style: normal;
  font-size: 16px;
}

/* 
.automation-table__row .automation-table__cell:first-child p {
    max-width: 197px;
} */

.automation-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #222;
  border-collapse: collapse;
  margin-top: 34px;
  margin-bottom: 34px;
}

.automation-table__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.automation-table__cell {
  flex: 1 1 0;
  padding: 20px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  font-family: sans-serif;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.automation-table.blue
  .automation-table__row:not(.automation-table__head)
  .automation-table__cell
  p {
  max-width: 196px;
}

.automation-table.blue .automation-table__cell {
  padding: 21px 20px 18px 20px;
}

.automation-table__row:last-child .automation-table__cell {
  border-bottom: none;
}

.automation-table__cell:last-child {
  border-right: none;
}

.automation-table__head .automation-table__cell {
  background: #1f1f1f;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #fff;
}

.automation-table__head.blue .automation-table__cell {
  color: #000;
}

.automation-table__head.left .automation-table__cell,
.automation-table__cell.left {
  text-align: left !important;
  align-items: flex-start !important;
}

.automation-table__head.blue .automation-table__cell {
  background: #bfe0f6 !important;
}

.automation-table__cell.is-colored,
.table-cell__content.is-colored {
  background: #eff8fe !important;
}

.automation-table__cell.central,
.table-cell__content.central,
.table-cell__head.central {
  text-align: center !important;
}

@media screen and (min-width: 1201px) {
  .automation-table.margin-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .automation-table {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}

@media screen and (min-width: 701px) {
  .automation-table.mobile {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .automation-table {
    overflow: scroll;
  }

  .automation-table__wrapper {
    min-width: 450px;
  }

  .automation-table__cell p {
    font-size: 14px;
  }

  .automation-table__cell p strong {
    font-size: 20px;
  }

  .automation-table__cell {
    padding: 20px 10px;
  }

  .automation-table {
    display: flex;
  }

  .table-cell {
    display: flex;
    flex-direction: column;
  }

  .table-cell__head {
    background: #222;
    padding: 18px 14px;
  }

  .table-cell__head.blue {
    background: #bfe0f6 !important;
  }

  .table-cell__head h6 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: var(--white);
  }

  .table-cell__content {
    border-top: 1px solid #222;
  }

  .table-cell__content,
  .table-cell__footer {
    padding: 14px 10px;
  }
}
