.sublist-01 { padding : 10px; } .sublist-02 { border : 2px solid #ffd931 !important; background : #FFFFFF; padding : 20px; border-radius : 100px; width : 100px; height : 100px; box-shadow : 4px 6px 12px rgba(0, 0, 0, 0.3); transition : 0.5s; } .sublist-02:hover { background : #FFFFEE; transition : 0.5s; } .sublist-icon { width : 50px; height : 50px; } .sublist-label { color : navy; font-weight : normal; color : blue; padding-top : 10px; }