.question .content{
    margin: 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #494b4e;
}


.question h5{
    color: var(--light-blue);
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
}
.question p,
.question li{
    margin: 30px 0;
}

.btn-information{
    background-color: #f6f6fc;
    padding: 20px 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 16px !important;
    color: var(--dark-blue) !important;
    font-weight: 700 !important; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.roman{
    list-style-type: upper-roman;
}