body .tab03 ul.resp-tabs-list li {
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--h6-color);
    font-family: var(--family2);
    -webkit-transition: color ease-in 200ms;
    transition: color ease-in 200ms;
}
body .tab03 ul.resp-tabs-list li:hover{
    color: var(--accent-color);
}
body .tab03 ul.resp-tabs-list li.resp-tab-active{
    color: #FFF !important;
}
body .tab03 ul.resp-tabs-list li .icon{
    display: none;
}
