.d-block.d-md-none {
    padding: 20px;
}

.review-card {
    width: 25%;
    margin-right: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.review-card .review-text {
    white-space: pre-line;
    word-break: break-word;
    font-size: 16px; 
}

.review-card .review-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.reviews-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.reviews-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

/* Add any other custom styles from your inline CSS here */