CSS to move the MCQs options to right side of a picture

CSS to move the MCQs options to right side of a picture:

.surveysparrow-survey-container--classic-form [data-qa-question-id="question-id-here"].ss_cl_survey_qstn_item{
flex-direction: row;
Align-items:center;
}