@media screen and (min-width: 400px) {
.Paperform__QuestionBlock--3asb8 {
display: flex;
flex-direction: row;
justify-content: center;
}
}
@media screen and (min-width: 400px) {
.Paperform__Question--14kjh {
width: 75%;
}
}
@media screen and (min-width: 400px) {
.Paperform__Question > .LiveField__container {
padding: 10px 10px;
}
}
@media screen and (min-width: 400px) {
span[data-testid="submitbutton"] {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
height: 100%;
width: 50%;
}
}
@media screen and (min-width: 400px) {
div.submit {
width: 25%;
}
}