    @media screen and (min-width: 960px) { 
        .t395__wrapper { 
            display: flex; 
            flex-wrap: wrap; 
            justify-content: flex-start; 
            padding-left: 5px; 
        } 
        .t395__title { 
            line-height: 0.8; 
            font-size: 20px; 
        } 
        .t395__tab { 
            border-radius: 200px; 
            margin-right: 10px; 
            margin-top: 5px; 
            margin-bottom: 15px; 
            display: inline-flex; 
            align-items: center; 
            justify-content: center; 
            font-size: 18px; 
            height: 50px !important; 
            padding-left: 8px !important; 
            padding-right: 8px !important; 
            min-width: auto !important; 
            width: auto !important; 
            line-height: 1.2; 
        } 
    } 
    
    @media screen and (max-width: 959px) { 
        .t395__wrapper { 
            display: flex; 
            flex-wrap: wrap; 
            justify-content: flex-start; 
            gap: 10px; 
        } 
        .t395__tab { 
            border-radius: 1000px !important; 
            display: inline-flex; 
            align-items: center; 
            justify-content: center; 
            padding-left: 6px !important; 
            padding-right: 6px !important; 
            padding-top: 1px; 
            padding-bottom: 1px; 
            margin: 5px 0; 
            box-sizing: border-box; 
            width: auto !important; 
            min-width: max-content !important; 
            flex: 0 0 auto; 
            font-size: 16px; 
        } 
    } 
