.section-table-component {
  margin-bottom: 20px !important;
  display: flex;
  overflow-x: auto;
  border-radius: 5px;
  border: 1px solid #5a5a5a;
}
.section-table-component table {
  width: 100%;
}
.section-table-component table tr:nth-child(even) {
  background: #f7f6f5;
}
.section-table-component table th {
  padding: 15px 0 0 15px;
  font-family: "RepsolSoleDisplayRegular", sans-serif;
  font-size: 18px;
}
.section-table-component table th p {
  color: #ff8200;
  font-weight: inherit;
  margin: 0;
}
.section-table-component table td {
  font-family: "RepsolSoleDisplayRegular", sans-serif;
  padding: 15px;
}
.section-table-component table td:first-child {
  width: 250px;
  min-width: 250px;
}
.section-table-component table td span i {
  font-size: 30px;
}
.section-table-component table td p {
  margin: 0px;
  font-size: 11px;
}
.section-table-component table .showIcons td:first-child {
  font-size: 16px;
  width: auto;
}
.section-table-component table .showIcons td:not(:first-child) {
  font-size: 12px;
  min-width: 150px;
}
.section-table-component table .showPrices td:first-child {
  font-size: 16px;
  width: auto;
}
.section-table-component table .showPrices td:not(:first-child) {
  font-size: 19px;
  width: 150px;
  font-weight: bold;
}
