

  .service-cards h5 {
    color: #93c73f;
    
  }

  .card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s ease;
    
  }

  .card:hover {
    transform: translateY(-10px);
  }

  .product-image {
    width: 200px;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
  }
  