.accordion__toggle h5 p{
    margin-bottom:0;
}
.accordion__container.open i::before{
    content: "\e908";
}
.accordion__block .rpt-5 p:last-child{
    margin-bottom: 0;
}
.accordion__block .rpt-5 a{
    text-decoration: underline;
}
@media (max-width:991px){
    .faq-heading{
        line-height: 1.47;
    }
}