.elementor-escen-table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 4px solid #000000;
  border-bottom-width: ;
  padding-bottom: 24px;
}
.elementor-escen-table-cell {
  width: 50%;
}
.elementor-escen-table-cell:first-child {
  font-weight: 900;
  word-break: break-word;
}
.elementor-escen-table-body .elementor-escen-table-row {
  border-bottom: 2px solid #000000;
  padding-top: 24px;
  padding-bottom: 24px;
}
.elementor-escen-table-body .elementor-escen-table-row:last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .elementor-escen-table-cell {
    width: 100%;
  }
}
