.tabs__ .tabs__link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 1rem;
    font-weight: 300;
}
.tabs__ .tabs__link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-weight: bold;
}
.tabs__ .tabs__link:hover {
    font-weight: 500;

}
@media (max-width: 767px) {
    .tabs__ .tabs__link {
        width: 100%;
    }
}