.scroll{height:160px;overflow-x:hidden;overflow-y:scroll;padding-right:20px!important;padding-bottom:20px!important}.scroll::-webkit-scrollbar{width:5px}.scroll::-webkit-scrollbar-track{background:#ddd;border-radius:5px!important}.scroll::-webkit-scrollbar-thumb{background:#d4a647;border-radius:5px!important}.hover-box{position:relative;overflow:hidden}.hover-box .text_{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;margin-top:0}.hover-box:hover .text_{max-height:200px;opacity:1;margin-top:8px}