.faq-header {
    color: white;
    background: url("../img/bgs/faq/water.webp") no-repeat top;
    background-size: cover;
    text-align: center;
    height: 300px;
}

.faq-header div {
    background: #00000036;
    box-sizing: border-box;
    height: 100%;
    padding: 80px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-header h1 {
    margin-top: 48px;
    font-size: 48px !important;
}

.questions {
    padding: 32px 32px 24px;
    max-width: 1284px;
    margin: 0 auto;
}

/* Question block */
.questions div {
    border-radius: 16px;
    padding: 16px;
    background: #085596;
    margin-bottom: 16px;
    color: #fff;
    scroll-margin-top: 82px;
}

/* Question title */
.questions div a {
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #fff !important;
}

.questions div a:before {
    content: "\25BE";
    margin-top: -0.1em;
    margin-right: 0.8em;
    display: block;
    float: left;
    height: 2em;
}

.questions div a.active:before {
    content: "\25B4";
}

/* Answer */
.questions div p {
    display: none;
    margin-bottom: 0;
    background: #fff;
    color: #343434;
    padding: 24px;
    border-radius: 16px;
    font-size: 18px;
    overflow: hidden;
    line-height: 1.4em;
}

.questions div p em {
    font-style: oblique;
    font-weight: bold;
}

.tab {
    width: 2em;
    display: inline-block;
}

/* Rules for when boxes will become animated:
.questions div p {
  box-sizing: border-box;
  height: 0px;
  padding: 0px;
  margin-top: 0px;
} */

.suggestions {
    border-top: 1px solid #ccc;
    padding: 28px 48px 52px;
    margin: 0 auto;
    width: 72%;
    text-align: center;
}

.suggestions h2 {
    margin-bottom: 0;
}

.contact-us {
    margin: 0 auto;
    width: fit-content;
}

.contact-us .contact {
    color: #085596 !important;
}