#hover_box .parent_box{overflow:hidden;height:280px}#hover_box .aria_box{height:280px;background:#000;color:#fff;width:200px;display:flex;align-items:center;justify-content:center;font-family:"Open Sans",sans-serif;border:3px solid #f2bc03;font-size:25px;font-weight:600;line-height:1.4em;border-radius:25px;flex-direction:column;text-align:center}#hover_box .aria_box:hover~.overlay_box{transform:translateY(-100%);transition:transform .5s ease-in}#hover_box .overlay_box:hover{transform:translateY(-100%);transition:transform .5s ease-in}#hover_box .overlay_box{height:280px;background:#f2bc03;width:200px;display:flex;align-items:center;justify-content:center;border:3px solid #f2bc03;border-radius:25px;flex-direction:column;text-align:center;transition:transform .5s ease-out}#hover_box .overlay_box a{padding:8px 16px;font-family:"Open Sans",sans-serif;font-size:18px;border:1px solid #000;background:#fff;color:#000}.faq .e-n-accordion-item-title{box-shadow:0 4px 4.6px 0 #f2bc03}@media (max-width:768px){#hover_box .aria_box{width:160px;height:230px;padding:0 20px}#hover_box .overlay_box{width:100%;height:230px;padding:0 10px}#hover_box .parent_box{height:230px}}selector .learn-more,selector .learn-less{display:block;font-weight:600;cursor:pointer}.learn_more{cursor:pointer}.trunc_desc{transition:.2s ease;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}