body{
    /* padding : 0px 20px; */
}
.div_has_ilment h2{
    display: inline-flex;
    width: 81%;
    margin-bottom: 30px;
    text-align: left;
}
.div_has_ilment div{
    width: 84%;
    margin-bottom:30px;
    text-align: left;
    margin-left:9% ;
}
.div_has_ilment{
    /* border-bottom: 2px solid white; */
    width: 90%;
    text-align: center;
    margin-top: 10px;
}
.div_has_all{
    text-align: center;
}
button{
    padding: 5px;
    font-size: 20px;
    background-color: #ffefd57f;
    border:2px solid #ffefd57f;
    border-radius: 3px;
}