.secIndexTab ul{
    justify-content: center;
    gap: 50px;
}
.secIndexTab li.tab{
    width: 90px;
}
@media only screen and (max-width: 767px){
    .secIndexTab ul{
        justify-content: center;
        gap: 10px;
    }
    .secIndexTab li.tab{
        width: 100px;
    }
}