.faq-container h2, .faq-container h3 {
    border-bottom: none !important
}

.faq-container h3 {
    margin-bottom: -3px !important
}

.faqs div.faq {
    margin-bottom: 7px;
}

.faqs div.faq:last-child {
    margin-bottom: 0px;
}

.faq-header {
    display: -webkit-flex; display: flex;
    width: 100%;
    -webkit-justify-content: space-between; justify-content: space-between;
    background: #FF5454;
    color: #fff;
    border: 1px solid lightgray;
    box-sizing: border-box;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq-title {
    display: -webkit-flex; display: flex;
    -webkit-align-self: center; align-self: center;
    padding: 5px;
}

.faq-title h3 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-family: inherit;
    display: inline-block
}

.faq-toggle {
    display: -webkit-flex; display: flex;
    -webkit-align-self: center; align-self: center
}

.faq-toggle i {
    padding: 5px 8px;
    font-size: 25px !important;
    font-weight: bold !important;
}

.faq-text {
    font-size: 15px;
    background: #FFB4B4;
    padding: 5px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    display: none;
}

.faq-text * {
    font-size: 15px !important
}