If you have very long questions and answers and want to have both full width, with answers below questions, add the following to style.css of child theme:
COPY CODE
#buddypress div.profile .dl-horizontal dt {
width: 100% !important;
text-align: left !important;
}
#buddypress div.profile .dl-horizontal dd {
margin: 0 auto !important;
}