.answer-question {
    gap: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.answer-option-letter {
	padding-right: 1rem;
}

.answer-question-text {	
    color: #d33471;
    font-weight: 600;
}