﻿.rs-faq .faq-content .accordion .card .card-header .card-linklist {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px 0 30px;
    height: 65px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    color: #101010;
    border-radius: 30px 30px 0 0;
}
.rs-faq .faq-content .accordion .card .card-header .card-linklist::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}
