.nav-lateral-tabs .nav-pills {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-lateral-tabs .nav-pills .nav-link {
    background-color: #f7f7f7;
    font-family: Proxima Nova;
    font-weight: 400;
    text-transform: uppercase;
    color: #454545!important;
    font-size: 11pt!important;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-lateral-tabs .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.nav-lateral-tabs .nav-pills .nav-link.active {
    background-color: #23639d;
    color: white!important;
}

.nav-lateral-tabs .nav-pills .nav-link.active:after {
    content: '\f105';
    color: white;
    font-size: 10pt;
    line-height: 48px;
    font-family: 'icomoon';
    font-weight: 900;
    position: absolute;
    right: 30px;
    margin-top: -12px;
}

@media (max-width: 991.98px) {
    .nav-lateral-tabs .tab-content {
        margin-top: 2rem;
    }
}

.nav-lateral-tabs .tab-content h2 {
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    color: #23639d;
    line-height: 1.2;
}

.nav-lateral-tabs .nav-pills {
    border: 1px solid rgba(0,0,0,0.125);
}

.nav-lateral-tabs .nav-pills .nav-link:last-child {
    border-bottom: none;
}
.nav-lateral-tabs .nav-pills .nav-link.active {
    background-color: #23639d;
    color: white !important;
}
.nav-lateral-tabs .nav-pills .nav-link.active:after {
    content: '\f105';
    color: white;
    font-size: 10pt;
    line-height: 48px;
    font-family: 'icomoon';
    font-weight: 900;
    position: absolute;
    right: 30px;
    margin-top: -12px;
}
@media (max-width: 991.98px) {
    .nav-lateral-tabs .tab-content {
        margin-top: 2rem;
    }
}
.nav-lateral-tabs .tab-content h2 {
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    color: #23639d;
    line-height: 1.2;
}
