.text-gradient {
    background: linear-gradient(to right, #a54657, #314657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-light-gradient {
    color: #007CF8;
}
.gradient-button {
    background: linear-gradient(to right, #a54657, #314657);
    transition: opacity 0.3s ease;
    color: white;
}

.gradient-button:hover {
    opacity: 0.8;
}

.faq-card {
    min-height: 3rem; /* Adjust this value as needed */
}