Reduce vertical gap between choice components

Is there any way to reduce the vertical gap betwee n choice components? It is eating a lot of space in a mobile view?

It is probably only about custom css? Or there is some trick?

Here’s what you can use for the 2nd component with the class name being choice-2:

.choice-2 {
margin-top: 0px !important;
}