.k-tin-ci-heading-wrapper h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #55a630;
    margin-bottom: 10px;
}
.k-tin-ci-content-wrapper {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}
.k-tin-ci-heading-wrapper {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
}
.k-tin-ci-heading-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    transition: transform 0.25s;
}
.k-tin-ci-heading-wrapper.is-collapsed svg {
    transform: rotate(0deg);
}