.question {
    padding-left: 5px;
    font-size: 17px;
}

.questions-container {
    background-color: #eaeaea;
    padding: 10px 10px 1px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.answer p {
    margin: 0;
    padding-left: 5px;
}

.answer {
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    margin-bottom: 5px;

    /* Adjust the transition duration as needed */
}

#buttons button {
    margin: 5px;
}

.slider-hero-text {
    background: -webkit-linear-gradient(0deg, #262c36 30%, #099fdc 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.default-card-block {
    border: solid 2px #F0F0F0;
}
