section.faq {
    padding: 70px 0;
    background: #003366;
    color: #fff;
}

section.faq .max-content {
    margin: auto;
    padding: 30px;
}

section.faq .title h4 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .3px;
    color: #fff;
}

section.faq .item a {
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

section.faq p {
    font-weight: 400;
    font-size: 16px;
}

section.faq .flex-content h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

.faq-item h6 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .3px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.faq-item p {
    display: none;
    margin: 10px 0;
    transition: all .5s ease 0s;
}

.faq-item {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all .5s ease 0s;
}

section.faq .flex-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

section.faq .flex-content p {
    margin-bottom: 0;
}

section.faq .flex-content h4 {
    font-size: 18px;
    margin-top: 0;
}

@media (max-width:767px) {
    section.faq .flex-content {
        display: block;
    }
    section.faq {
        padding: 30px 0 0;
    }
    section.faq .max-content {
        padding: 0;
    }
    .faq-item h6 {
        font-size: 16px;
    }
    section.faq .title h4 {
        font-size: 16px !important;
    }
    section.faq .item {
        margin-bottom: 15px;
    }
    .faq .button {
        margin: 20px 0 5px;
    }
}

.faq-item h6:after {
    content: "➔";
}

.faq-item.active h6:after {
    transform: rotate(90deg);
}

.faq .button {
    background: #fcaf2a !important;
    max-width: 230px;
    display: none;
    padding: 10px 0 !important;
}

.faq-item.active .button {
    display: flex
}
