.car-features {
  border: 2px solid var(--primary-brand-color);
  border-radius: 5px;
  padding: 5px 10px;
}

.car-features__table {
  width: 100%;

  td {
    padding: 3px 0;
    /* text-align: center; */
    vertical-align: middle;
  }

  tr {
    padding: 10px;
  }

  tr:not(:last-child) {
    td {
      border-bottom: 1px dashed black !important;
    }
  }

  td:nth-child(2) {
    font-weight: bold;
  }
}
