.uniform-card .service-item{display:flex;flex-direction:column;justify-content:flex-start;padding:15px;border:1px solid #ddd;border-radius:5px;overflow:hidden;height:100%}.uniform-card .service-item .img{flex:0 0 auto;margin-bottom:15px;width:100%;min-height:200px;max-height:250px;overflow:hidden;border-radius:6px}.uniform-card .service-item .img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px}.uniform-card .service-item .details{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start}.uniform-card .service-item .details p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:15px}
