.table-mob .body p:first-child {
  display: flex;
  flex-direction: column;
  width: 95px;
  gap: 0;
}

.table-mob .body p:first-child span:first-child {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
}

.table-mob .body p:first-child span:last-child {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
}

.table-mob .body div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.table-mob .body div span:first-child {
  font-weight: 600;
  font-size: 9px;
  line-height: 100%;
  text-transform: lowercase;
  font-family: var(--font-imb-semibold);
}

.table-mob .body div span:last-child {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.table-mob .body div span:last-child img {
  width: 16px;
  height: 24px;
}

.table-mob .body div span:last-child p {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-transform: lowercase;
  font-family: var(--font-pixel);
}

.table-mob .body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 72px;
}

.table-mob .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.table-mob .head p {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  font-family: var(--font-imb-medium);
}

.table-mob .head p:last-child span:last-child {
  font-weight: 500;
  font-size: 9px;
  line-height: 100%;
}

.table-mob .head p:first-child {
  width: 95px;
  padding: 0 0 0 8px;
}

.table-mob .head p {
  width: 56px;
}

.table-mob .head p:last-child {
  display: flex;
  flex-direction: column;
  width: 75px;
}

.table-mob .head > *,
.table-mob .body > * {
  flex: 1;
}

.table-mob {
  border: 0.84px solid black;
}

.table-mob .head,
.table-mob .body {
  border-bottom: 0.84px solid black;
}

.table-mob .head {
  background-color: #f3e03b;
  height: 56px;
}

.table-mob .body:last-child {
  border: none;
}

.table-mob .body > p {
  padding: 0 0 0 8px;
  font-family: var(--font-imb-regular);
}

.table-mob .body > div:nth-of-type(1n) {
  padding: 0 0 0 12px;
}

.table-mob .body > div:nth-of-type(2n) {
  padding: 0 8px 0 0;
}

.table-mob .body > div:nth-of-type(3n) {
  padding: 0 8px 0 0;
}

.table-mob .body div span:last-child p {
  position: relative;
  top: 2.5px;
}

.table-mob .head > p:nth-child(2n) {
  padding: 0 0 0 8px;
  text-align: center;
}

.table-mob .head > p:nth-child(3n) {
  text-align: center;
}

.table-mob .head > p:nth-child(4n) {
  text-align: center;
  padding: 0 8px 0 0;
}

/** **/
div#ttt {
  padding: 50px 16px;
}
