
.customer-review{
    padding: 0px 0px 80px;
}
.customer-review h1{
    padding-bottom: 56px;
    color: #222222;
    text-align: center;
    font-family: DM Sans, sans-serif;
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 74.8px;
    letter-spacing: normal;
}
.customer-review .review-card{
    border-radius: 14.22px;
    background: #EAF7FB;
    padding: 21.33px;
    margin-bottom: 24px;
    width: 30%;
    box-sizing: border-box;
    float: left;
} 

.customer-review .review-card .review-content{
    color: #222222;
    font-family: DM Sans, sans-serif;
    font-size: 21.33px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.596px;
    letter-spacing: normal;
    padding-bottom: 21.33px;
}
.customer-review .review-card .cust-details{
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 14.22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.33px;
    padding-bottom: 21.33px;
}
.customer-review .review-card .cust-rating img{
    width: 21px;
    height: 21px;
}
.customer-review .review-card .google-link{
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 14.22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.33px;
    padding-top: 21.33px;

}
.customer-review .review-card .google-link a{
    color: #222222;
    text-decoration:none;
}
.customer-review .review-card .google-link img{
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.read-more button{
    display: inline-flex;
    height:48px;
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid #222;
    text-decoration: none;
    color:#222;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    text-transform: capitalize;
    margin-top:20px;
    background:none;
}
.read-more button:hover{
    background:#222222;
    color: #ffffff;    
}
#cust-more-review{
    display: none;
}
.customer-review .cus-review-card.not-enough-cards {
    display: flex;
    column-gap: 17px;
}
.customer-review .cus-review-card.not-enough-cards .review-card {
    flex: 1 0 48%;
    height: fit-content;
}

.customer-review .cus-review-card.cards-bet-3-4 {
    display: flex;
    flex-flow: wrap;
    column-gap: 17px;
}

.customer-review .cus-review-card.cards-bet-3-4 .review-card {
    flex: 0 1 32.23%;
    height: fit-content;
}

.customer-review .cus-review-card.cards-greater-5 {
    position: relative;
}
.page-node-type-testimonial-and-review .customer-review {
    padding-top: 32px;
}
.page-node-type-testimonial-and-review .customer-review h1{
   margin-bottom: 0px;
}
.page-node-type-testimonial-and-review .read-more button:hover{
   background: #414141 !important;
}
 @media screen and (max-width: 767px) {
    .customer-review h1 {
        font-size: 42px;
        line-height: 44px;
        padding-bottom: 32px;
    }
    .customer-review .cus-review-card{
        column-count: 1 !important;
    }
}
@media screen and (max-width: 767px) {
    .customer-review .review-card {
        width: 94%;
        margin-right: 0;
        margin-bottom: 20px;
    }
 
}
@media screen and (max-width: 767px) {
    .customer-review .cus-review-card {
        column-count: unset !important;
    }
}