/* Style the FAQ content */
.faq-content {
    text-align: center; /* Center the content */
    margin: 50px auto; /* Center the content horizontally and add top margin */
    max-width: 800px; /* Set a maximum width for the FAQ content */
}

.faq-content h1 {
    font-size: 24px; /* Adjust heading font size */
    margin-bottom: 20px; /* Add bottom margin */
}

.faq-content p {
    font-size: 16px; /* Adjust paragraph font size */
}

.bottom-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black background */
    padding: 20px;
}

/* Center the text */
.centered-text {
    text-align: center;
    color: white; /* Text color */
    font-size: 14px; /* Adjust font size as needed */
}

.gradient-line {
    border: none; /* Remove default border */
    height: 1px; /* Set height of the line */
    margin: 20px 0; /* Add space above and below the line */
}