.tabtit {
    display:flex;
    height:50px;
    gap:20px;}

.tabtit a {
    display:inline-block;
    line-height: 50px;
    padding: 0 5px;
    box-sizing: border-box;}

.tabtit a:not(:last-of-type) {
    margin-right: 20px;}

.tabtit a.active {
    border-bottom: 3px solid #036ad3;}
