
/* Header */
header {
    background: url(../../front_assets/img/public/background-header.jpg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

/* Content */
.faq-description {
    white-space: pre-line;
    margin-top: -25px;
}
