       .tab-header .tab-btn {
            cursor: pointer;
            color: #222 ;
        
            margin-right: 20px;
            transition: color 0.2s;
        }
        .tab-header .tab-btn.tab-active {
            color: #003388 !important;
        }
        .tab-header a {
            text-decoration: none;
        }
        .box2 {
            min-height: 190px;
        }