.tabs-list {
    list-style: none;
}

.tabs-label {
    position: relative;
    cursor: pointer;
}

.tabs-item a{
    background: #E14D311A;
    color: #E14D31;
    padding: 10px 11px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

.active-item a{
    color: #fff !important;
    background: #E14D31 !important;
    padding: 10px 11px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 576px) {

}