.content {
  max-width: 1250px;
  margin: 0 auto;
}

.input-daterange input {
  min-height: 38px;
}

.faq-item {
    margin-bottom: 20px;
    padding: 10px;
}

/* Styles for FAQ question */
.faq-question {
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Hide answers by default */
.faq-answer {
    line-height: 1.5;
}

/* Justify long text paragraphs */
.justify {
    text-align: justify;
}
