 .review-card {
      height: 420px; 
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

    .review-text {
      font-size: 15px;
      line-height: 1.6;
    }

    .review-img img {
      border: 4px solid #dfa667;
    }

    .review-card .btn {
      border-radius: 6px;
    }
