.accordion-content {
    padding: 100px 60px 60px 60px;
    background-color: #f3f3f6;
    border-radius: 20px;
}

.nav-tabs {
    display: block;
    border-bottom: none;
    max-width: 464px;
}

.nav-tabs>li {
    background: #FFFFFF;
    border-radius: 100px;
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px;
}

.nav-tabs a {
    color: #141B56;
    padding: 28px 20px 28px 50px;
    border-radius: 60px;
    width: 100%;
}
.nav-item:has(.nav-link.active){
    background-color: #141B56;
}

.nav-tabs .nav-link.active {
    color: #FFFFFF;
    border-color: transparent;
    background-color: unset;
    font-size: 26px;
    font-weight: 600;
}

.fade:not(.show){
    display: none!important;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    border-color: unset;
}

.nav-link:hover {
    color: #141B56;
}

.nav-tabs .nav-item.active {
    background: #141B56;
}

.tab-content {
    max-width: 756px;
}

.text {
    color: #141B56;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.tab-pane h2{
    color: #141B56;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
}

@media (max-width: 1445px) {
    .tab-content{
        margin-left: 60px;
    }
}

@media (max-width: 767px){
    .accordion-content{
        padding: 10px;
    }
    .nav-tabs li{
        font-size: 20px;
    }

    .nav-tabs .nav-link.active{
        font-size: 24px;
    }
    .nav-tabs a{
        padding: 20px 29px;
    }

    .tab-pane{
        background: transparent!important;
    }

    .tab-pane img{
        width: 56px;
        height: 56px;
    }

    .text *{
        font-size: 16px!important;
    }

}