.nav-tabs li {
    width: 24.99999%;
    text-align: center;
    font-size: 20px;
}

@media (max-width:767px) {
    .nav-tabs li {
        width: 50%;
        margin-bottom: 3px;
    }
}

.nav-tabs li a {
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 20px 20px 0 0;
    color: #999;
    text-decoration: none;
    color: #333;
    background: #e9e9e9;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: rgba(2, 115, 104, 1.0);
    color: #fff;
    font-weight: 700;
}

.tab-content h3 {
    padding-top: 60px;
    font-size: 30px;
    font-weight: 700;
    color: #003333;
    letter-spacing: -0.02rem;
}

.tab-content h3:before {
    content: "";
    top: 15px;
    width: 5px;
    height: 30px;
    border: none;
    background: #027368;
    display: inline-block;
    margin-right: 20px;
}

.tab-content h4 {
    padding-top: 40px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05rem;
    color: #027368;
}

.tab-content p {
    padding-top: 20px;
    letter-spacing: -0.05rem;
}

.tab-content p span {
    display: block;
    text-indent: -20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.tab-content p span.red {
    color: #ff0000;
    font-weight: 500;
    display: inline-block;
}
