.service-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
  }

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

  .service-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .price {
    font-size: 24px;
    font-weight: bold;
    color: #ff3131;
  }

  .lead{
      color: white;
  }

  h1{
    color: white;
  }