.questioner__feild {
  margin: 2rem 0;
  padding: 0 1rem 2rem;
}
.questioner__feild h3 {
  text-align: center;
}
.questioner__feild .radiobtn {
  display: none;
}
.questioner__feild .forradio {
  padding: 10px 20px;
  display: block;
  margin: 0.8rem 0;
}
.questioner__feild .forradio:hover {
  opacity: 0.5;
  background: #cecece;
}
.questioner__feild .other {
  width: 100%;
}