.faq-items .subservice-list {
    padding: 20px 20px;
    cursor: pointer;
}
.faq.col.main-col {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding-right: 30px;
}
.faq.col.main-col i {
    position: absolute;
    right: 0;
}
.raspuns {
    padding-top: 10px;
    font-size: 15px;
    display: none;
    align-content: normal;
}
.subservice-list.active .raspuns {
    display: block;
}
i.tm-skincolor.minus-faq.fas.fa-minus {
    opacity: 0;
}
.active i.tm-skincolor.fas.fa-minus {
    opacity: 1;
}
.active i.tm-skincolor.fas.fa-plus {
    opacity: 0;
}