.bg-TextImage{
    background-image: url(/assets/Images/testimonail.webp);
    background-size: 100% 300px;
    padding: 122px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.text-30{
    font-size: 25px;margin-bottom: 0;
}
.pagination_wid {
    background-color: #4485ff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: #4485ff 1px solid;
}
.customerImage {
    width: 40px ;
    height: 40px ;
    border-radius: 50% !important;
    object-fit: contain;
    object-position: 50% 50%;
}
.prof_cust_image{
    width: 40px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}
.pagination_next,
.pagination_prev {
    border: #4485ff 1px solid;
    background-color: #4485ff;
    width: 80px;
    height: 40px;
    border-radius: 4px;
}
.mx-h{
        max-height: 130px;
        min-height: 130px;
}
.rating {
    width: 180px;
}

.rating__star {
    cursor: pointer;
    color: #f8c617;
}