.investdetail-section {
    padding-bottom: 50px;
    background: #ecf4fc;
}

.investdetail-section .nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    padding-right: 25px;
    border-radius: 10px;
    color: #333;
}

.investdetail-section .nav {
    list-style: none;
    display: block;
    margin: 0;
    padding: 20px 16px;
    width: 320px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    background-color: #fff;
}

.tab-content>*,
.tab-content>*.active {
    padding: 25px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tab-content {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    width: 100%;
}

/* section {
    padding: 3em 0;
} */

.investdetail-section .nav a.active {
    background-color: #0077ac;
    color: #fff;
}

.investdetail-section .nav a::after {
    content: "\f061";
    font: normal normal normal 14px / 1 fontawesome;
    position: absolute;
    display: block;
    top: 50%;
    right: 12px;
    font-size: 12px;
    color: inherit;
    transform: translateY(-50%);
}
.pdf-file {
    margin-bottom: 5px;
    display: inline-block;
    align-items: center;
    padding: 20px 15px;
    border-radius: 10px;
    gap: 10px;
    background-color: rgba(238, 242, 247, 1);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.investors_blks_full {
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    width: 100%;
    padding: 25px;
}
.investors_blks h3, .investors_blks_full h3 {
    margin: 0;
    padding: 0;
    color: #0077ac;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: Montserrat;
    text-align: center;
    border-bottom: 1px solid #e5e8e5;
    margin-bottom: 15px;
}
.investors_blks_full p {
    font-style: normal;
}
.investdetail-section .nav a .icon {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background-color: rgba(245, 245, 245, 0.3);
    background-position: center;
    background-repeat: no-repeat;
}
.investdetail-section .nav a.active .icon path {
    fill: #fff;
}
.investdetail-section .nav a .icon path {
    fill: #000;
}


