.data-table {
  /*text-align: center;*/
  overflow: auto;
  border: 2px solid #ccc;
}

.pricing-table .eg { /* Example Column */
  color: #212529;
  font-style: italic;
}

.content table {
  border-collapse: collapse;
  border: 3px solid rgb(140, 140, 140);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: left;
  display: inline-table;
}

.content caption {
  caption-side: top;
  padding: 10px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  /*text-align: center;*/
  text-align: left;
}

.content caption i {
  font-family: "Comfortaa", sans-serif;
  font-size: 17px;
  font-weight: normal;
}

thead,
tfoot {
  background-color: rgb(228, 240, 245);
  text-align: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

th,
td {
  border: 2px solid rgb(160, 160, 160);
  padding: 8px 10px;
}

/*tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}*/


@media (max-width: 600px) {
    .content table {
        font-size: 13px;
    }
    .content caption {
      text-align: left;
    }
    .content caption i {
      font-size: 10px;
    }
}