 .review-section {
    background-color: #003028 !important;
  }
  .review-card {
    background-color: #F2D9BB;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
  }
  .review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  .review-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #dee2e6;
  }
  .card-title {
    font-weight: 600;
  }
  .review-section h2{
    font-weight: 600;
    color: #fff;
  }