@media screen and (max-width: 750px) {
  body {
    font-size: max(3.200vw, 12px);
  }
  .click_un_hiden{
    font-size: max(3.200vw, 12px);
  }
}