@charset "UTF-8";

#faq + div a {
    transition: all .3s;
    color: var(--i_main_color);
}

#faq + div a:hover {
    opacity: .6;
}