.wrapper{
    padding-top: 128px;
}
.title-wrapper h1{
    font-weight: 600;
    line-height: 1.6;
    font-size: 34px;
}
.breadcrumbs ol {
    font-size: 16px;
    padding: 0 0 0 8px;
}
.content-wrapper{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding-bottom:20px;
}
.general-question{
    display: inline-block;
    color: #7F3476;
    font-size: 25px;
    font-weight: 500;
}
.content-wrapper h2{
    font-weight: 480;
    line-height: 1.6;
    font-size: 36px;
    text-align: center;
}
.content-title{
    display:flex;
    flex-direction:column;
    gap:20px;
}
ul.list li{
    margin-bottom:0px;
}
ul.list {
    padding-left:0px;
}
.list{
    margin:0;
    padding:0;
    list-style-type:none;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.list-item{
    padding: 0 15px;
    border:1px solid #e5e5e5;
    border-radius:3px;
    background:white;
    border-radius:12px;
}
.list-item:hover{
    box-shadow: 2px 2px 2px 1px #e5e5e5;
    transform:scale(1.002);
    transition: transform .25s 
}
.list-item .list-item-question{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    margin:0;
    align-items:center;
    color: #373a3b;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat";  
}
.list-item .list-item-question:hover svg path{
    stroke:#7F3476;
}
.list-item-icon{
    width: 30px;
    height: 30px;
    margin-left:20px;
    display:block;
    flex-shrink:0;
    transition:transform .34s;
}
.line-divider{
    width:0px;
    border:none;
}
.list-item .list-item-answer{
    margin: 15px 0 15px 0;
    color: #373a3b;
    font-family: "Montserrat";
    font-size: 17px;
}
.ac{
    margin-top:0;
}
.ac .ac-trigger::after{
    content:none;
}
.ac-panel{
    transition-duration: 300ms;
}
.is-active .list-item-question{
   .list-item-icon{
       transform:rotate(225deg);
    }
}
.is-active .line-divider{
    width:100%;
    transition:width .6s ease;
    border:1px solid #e5e5e5;
}
.title-wrapper {
    padding: 0px 0 20px;
}


@media (max-width: 1024px) {
     .content-title {
        gap:14px;
    }
    .content-wrapper {
        gap:10px;
    }
    .title-wrapper {
        padding: 0px 0 16px;
    }
}
@media (max-width: 768px) {
     .wrapper{
         padding-top:65px;   
    }
     .content-title {
        gap:12px;
    }
    .content-wrapper {
        gap:8px;
    }
    .title-wrapper {
        padding: 0px 0 12px;
    }
    .title-wrapper h1 {
        font-size: 28px;
        line-height: 1.4;
    }
    .breadcrumbs ol {
        font-size: 15px;
        padding: 0 0 0 18px
    }
    .general-question {
        font-size:24px;
    }
}
    