.home-cust-review-box{display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);border:1px solid lightgray;padding:10px;text-align:left;gap:7px 0;height:270px;background:#fff}.home-cust-review-star{display:flex;gap:7px;margin-bottom:5px}.home-cust-review-starbox{background:rgb(32,145,32);border-radius:5px;padding:5px 10px}.home-cust-review-starbox img{height:15px}.review-overview{font-weight:600;margin:5px 0}.review{flex-grow:1;margin-bottom:10px;color:#333}.reviewer-name-days{display:flex;justify-content:space-between;align-items:center}.reviewer-country{margin-top:2px;color:#666;font-size:.9rem}.custom-next,.custom-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;color:#000;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.custom-next:disabled,.custom-prev:disabled{cursor:not-allowed;opacity:.5}.custom-prev{left:-1.5rem}.custom-next{right:-1.5rem}@media screen and (max-width:1400px){.home-cust-review-row{width:90%!important;margin:auto}}