h1.title {
   color: #000000;
}
html {
   font-size: 24px;
}

body {
   font-size: 1rem;
   line-height: 1.6;
}

.box {
   padding: 1.25rem;
}

.question-option {
   display: block;
   padding: 0.75rem 0;
   font-size: 1rem;
}

@media screen and (max-width: 768px) {

   .section {
      padding: 1rem 0.75rem;
   }

   .container {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
   }

   .title {
      font-size: 1.6rem !important;
      line-height: 1.25;
   }

   .box {
      padding: 1rem;
      margin-bottom: 1rem;
   }

   p,
   label,
   .content,
   .checkbox {
      font-size: 1rem;
      line-height: 1.55;
   }

   input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
   }

   .button.is-large {
      width: 100%;
      font-size: 1.1rem;
   }
}