.uc-tab-tild-radius .t395__wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.uc-tab-tild-radius .t395__tab{
    border-radius: 30px;
    margin: 4px;
    width: auto !important;
}

.uc-tab-tild-radius .t395__tab_active:after{
    width: 0px !important;
}

.uc-tab-tild-radius .t395__wrapper_mobile{
    display: none !important;
}
.uc-tab-tild-radius .t395__tab {
    border-right: 1px solid #bdbdbd !important;
}

@media screen and (max-width: 960px) {
    .uc-tab-tild-radius .t395__wrapper {
        justify-content: left;
    }
}