.c-mainText {
  padding: 50px 0;
  width: 100%;
}


.container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

table th,
table td {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}

thead th {
  font-size: 1.6em;
}


@media only screen and (max-width: 700px) {
  thead th {
    font-size: 2em;
  }
  .table th,
  table td {
    font-size: 1.2em;
  }
}


@media only screen and (max-width: 520px) {
  thead th {
    font-size: 1.8em;
  }
  .table th,
  table td {
    font-size: 1em;
  }
}


