.rating-box{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%;padding:10px;transition:transform .3s ease;width:100%}.rating-box:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.rating-box .img-box{align-items:center;display:flex;height:182px;justify-content:center;margin-bottom:15px;margin-top:auto;width:140px}.rating-box .img-box img{max-height:100%;max-width:100%;object-fit:contain}.rating-box .content{margin-top:auto;text-align:center;width:100%}.rating-box .icon[src=""]{display:none}.row{display:flex;flex-wrap:wrap}.col-lg-3{display:flex;margin-bottom:20px}@media(max-width:992px){.col-lg-3{margin-bottom:20px}}