.question-two-three .main {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 19px;
}

.question-two-three .main .header {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.question-two-three .main .header h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
}
.question-three .main .header h2 {
    width: 100%!important;
}
.question-two-three .main .header img {
    width: 166px;
    height: 140px;
}

.question-two-three .main .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.question-two-three .main .question h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}

.question-two-three .main .question .radio-container {
    width: 100%;
    padding: 10px;
    border: 1px solid #FFF;
    border-radius: 100px;
}

.question-two-three .main .question .radio-container label {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 10px;

    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}