/* Google Review Section */
.google-review-section {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
  }
  
  .google-review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .google-review-image {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  

  
