.form_question p {
    position: relative;
    width: 620px; 
    height: 20px; 
    color: black; 
    font-size: 16px; 
    font-family: Inter; 
    font-weight: 400; 
    word-wrap: break-word; 
    align-self: stretch; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex; 
    background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%);
}

.tick {
    width: 15px; height: 15px; position: relative; top: 7.5px; left: 7.5px;
}

.big-image {
    height: 406px; border-radius: 12px; flex-direction: column; justify-content: flex-end; align-items: flex-end; gap: 10px; display: flex;
}



