:root{
    --bs-gutter-x: 3rem;
}
#content {
    padding-top: 100px;
    min-height: 150vh;
}
.container-lg{
    padding-right: 12px;
    padding-left: 12px;
}
.faq-container{
    background-color: var(--white);
    padding:100px 20px 50px;
    margin-bottom: 120px;
}
.faq-container .header-img {
    max-width: 90px;
    position: absolute;
    margin: -121px auto auto;
}
.faq-container.with-illustration{
    margin-bottom: 242px;
}
.faq-container.with-little-illustration{
    margin-bottom: 142px;
}
.faq-container.bottom-ornament {
    padding: 20px 20px 180px;
    margin-bottom: 145px;
}
.faq{
    font-size: 15px;
}
.faq h1,
.faq h1 p{
    text-align: center;
    margin-bottom: 65px;
}
.faq h1 p{
    margin-bottom: 0;

}
.faq .img-gallery,
.faq .article-img{
    margin-bottom: 30px;
}
.faq h2{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: unset;
    text-transform: initial;
}

.see-all{
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 32px;
}
.see-all:hover{
    text-decoration: underline;
}
.faq-list{
    margin-bottom: 75px;
    border-bottom: 1px solid var(--red);
}
.faq-list .text-small{
    padding: 7px 0 6px 0;
    border-top: 1px solid var(--red);
    position: relative;
    cursor: pointer;
}
.faq-list .text-small:hover{
    color: var(--red)
}
.faq-list .text-small span{
    position: absolute;
    display: block;
    height: 1px;
    width: 15px;
    background-color: var(--black);
    right: 0;
    top: 15px;

}
.faq-list .text-small span:last-child{
    position: absolute;
    display: block;
    height: 1px;
    width: 1px;
    background-color: var(--black);
    right: 10px;
    top: 18px;
}
.faq-list .collapsing,
.faq-list .collapse{
    margin-top: 20px;
}
.faq-list ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.faq-list ul li::before {
    content: "·";
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
    text-align: right;
}
.faq-list .text-small.collapsed span:last-child{
    position: absolute;
    display: block;
    height: 17px;
    width: 1px;
    background-color: var(--black);
    right: 7px;
    top: 7px;
}

.faq-list .text-small:hover span{
    background-color: var(--red)!important;
}
@media(min-width: 768px) {

    .faq-container.with-illustration{
        margin-bottom: 350px;
    }
    .faq-container.with-little-illustration{
        margin-bottom: 280px !important;
    }

}


@media(min-width: 992px){
    #content {
        padding-top: 290px;
        min-height: 100vh;
    }
    .faq-container {
        padding: 105px 120px 5px 120px;
        margin-bottom: 200px;
    }

    .faq-container .header-img{
        max-width: 130px;
        position: absolute;
        margin: -160px auto auto;
    }
}

@media(min-width: 1200px){

}
@media(min-width: 1229px){
    .br-md-none p br{
        display: initial;
    }
}