.expectation-card:hover {        transform: translateY(-10px) scale(1.02);        box-shadow: 0 25px 50px rgba(212, 175, 55, 0.4) !important;    }
    .expectation-card:hover>div:first-child {        opacity: 1;        animation: shine 0.6s ease-in-out;    }
    @keyframes shine {        0% {            transform: translateX(-100%) translateY(-100%) rotate(45deg);        }
        100% {            transform: translateX(100%) translateY(100%) rotate(45deg);        }    }
    .expectation-card:hover h5 {        color: #000 !important;    }

.FaqChan li {
    padding-bottom: 25px;
  }

  .FaqChan li b {
    font-size: 20px;
}
