.positionBtns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.positionBtns button {
  flex: 1 1 46%;
  font-size: 1.1em;
}

.questionHead {
  width: 100%;
  font-size: 1em;
  padding: 4px 8px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #004091;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questionHead .headerPosition {
  font-weight: 700;
  font-size: 1.1em;
}