#plan p{
    margin-bottom:1.5rem;
}

/*---------------------------------*/

#plan ul{
    margin:0 0 1.5rem;
    list-style-position: inside;
}
#plan li{
    padding-left: 1em;
    text-indent: -1em;
}

/*---------------------------------*/

#plan h3{
    font-size:24px;
    font-weight: bold;
    margin-bottom:1rem;
    padding-top:40px;
}

/*---------------------------------*/

#plan .hightlight{
    background-color:#f2e9d8;
    border-left:6px solid #a38332;
    padding:15px 20px 1px 15px;
    margin-bottom:6px;
}
#plan .hightlight h4{
    margin-bottom:10px;
}
#plan h4.hightlight-title{
    margin:30px 0 10px;
    font-size:22px;
}

#plan .hightlight p{
    padding-left:20px;
}