/*
 * right side services include style for gallura template.
 */

section#internal > div.right ul {
    list-style-type: disc;
    margin-bottom: 4em;
}

section#internal > div.right ul li {
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 1.1em;
}

section#internal > div.right .previewFaq {
    margin-bottom: 2em;
}

section#internal > div.right .previewFaq h4 {
    padding: 1em;
    color: var(--white);
    font-size: 1.2em;
    line-height: 1.3em;
}

section#internal > div.right .previewFaq p {
    padding: 1em;
    background-color: var(--lightGrey);
}

section#internal > div.right #faqContainer .buttonContainer {
    text-align: center;
    width: 100%;
}