@media (min-width: 992px) {
  .textThx {
    font-family: 'Roboto Flex';
    font-weight: 700;
    color: #f6f6f6;
    font-size: clamp(.5rem,3rem,3rem);
    max-width: 600px;
  }
}

@media (max-width: 991.98px) {
  .textThx {
    font-family: 'Roboto Flex';
    font-weight: 700;
    color: #f6f6f6;
    font-size: clamp(.5rem,2.875rem,3rem);
    max-width: 600px;
  }
}

