@media only screen and (max-width: 1024px) and (orientation: landscape) {
  button.quiz__option {
    height: auto;
   
    max-height: fit-content;
  }
}