
/* FAQs START */    
.ip-commdet-content-title {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.005em;
}
.ip-commdet-faqs-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
    .ip-commdet-faqs-wrap::after {
        width: 100%;
        height: 100%;
        max-height: 606px;
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }
    .ip-commdet-faqs-content {
        padding: 85px 15px 40px;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }
        .ip-commdet-faqs-content .container {
            max-width: 100%;
        }
        .ip-commdet-faqs-list {
            margin-top: 40px;
        }
            .ip-commdet-faqs-item {
                margin-bottom: 10px;
            }
                #content .ip-commdet-faqs-item h3 {
                    margin: 0;
                    font-size: 14px;
                    color: #454545;
                    background-color: #d8d2d6;
                    line-height: 1.2;
                }
                    .ip-commdet-faqs-item h3 a {
                        color: inherit;
                        display: block;
                        padding: 17px 40px 17px 20px;
                        position: relative;
                    }
                        .ip-commdet-faqs-item h3 a::after {
                            content: '-';
                            position: absolute;
                            top: calc(50% - 11px);
                            right: 20px;
                            font-size: 22px;
                        }
                        .ip-commdet-faqs-item h3 a.collapsed::after {
                            content: '+';
                        }
                #content .ip-commdet-faqs-item p {
                    margin: 0; 
                    padding: 15px;
                }
                .ip-commdet-faqs-item > div {
                    padding: 0;
                }
            .ip-commdet-faqs-list .more-btns {
                margin-top: 30px;
            }
/* FAQs END */