.right-col {
    width: 72%;
}

.right-col h2 {
    margin-bottom: 1%;
}

.right-col p {
    letter-spacing: normal;
    margin-bottom: 2%;
    text-transform: none;
    line-height: 160%;
}

.sticky-menu {
    padding: 16% 0;
    padding-top: 0;
}

.right-col .table-wrapper h3 {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 183%;
    /* 183.333% */
    margin-bottom: 0;
}

.right-col .table-wrapper h3 span {
    color: var(--primary-900, #282621);
    font-family: "Playfair Display";
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    /* 123.077% */
    text-transform: capitalize;
}

.table-wrapper {
    cursor: auto;
    width: 100%;
}

.first-div {
    padding-bottom: 8%;
}

.second-div {
    padding-top: 6%;
    width: 100%;
}

.second-div h2 {
    margin-bottom: 4%;
}

.second-div .second-wrapper.flex-wrapper a {
    border-radius: 38px;
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
    color: var(--secondary-0, #FAF7F2);
    font-family: Gilroy-SemiBold;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4vw;
    gap: 4%;
    min-width: 16vw;
    padding: 0;
    text-transform: none;
    border: none;
    letter-spacing: 0;
}

.second-div .second-wrapper.flex-wrapper {
    width: 100%;
    gap: 5%;
    justify-content: center;
    margin-top: 5%;
}

.second-wrapper.flex-wrapper a img {
    transition: 0.3s all linear;
}

.second-div .second-wrapper.flex-wrapper a:hover img {
    transform: rotate(45deg);
}

div#third-div {
    margin-top: 7%;
    width: 100%;
}

button.exchange-btn {
    color: var(--primary-900, #282621);
}

.exchange-tabs {
    margin-bottom: 2%;
}

div#third-div h5 {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-SemiBold;
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133.33%;
    /* 133.333% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 1%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

div#third-div h5.collapsed {
    color: var(--primary-400, #939290);
}

.filter-btn img {
    width: 22%;
}

.time-filters {
    /* border-bottom: 1px solid #D4D4D3; */
    padding-bottom: 0%;
    margin-bottom: 0%;
    gap: 2vw;
}

.filter-btn {
    padding: 1.8% 2.5%;
    font-family: Gilroy-Medium;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    transition: 0.3s all linear;
    align-items: center;
}

.filter-btn.active,
.filter-btn:hover {
    color: #FAF7F2;
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
}

.filter-btn.active img,
.filter-btn:hover img {
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.accordion-body {
    padding-left: 0;
}

.accordion-item {
    padding: 4% 0;
    border-bottom: 1px solid #939290;
}

.accordion-flush .accordion-item:first-child {
    padding-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #939290;
}

.accordion-button::after {
    background-image: url("../image/Investor/Plus.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../image/Investor/Minus.png");
}

.exchange-tabs {
    align-items: center;
    justify-content: space-between;
}

.exchange-tabs a {
    color: var(--secondary-900, #A69163);

    /* sub-header-1 */
    font-family: Gilroy-SemiBold;
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 133.333% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
}

.expand-all-div a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-btn:hover img {
    transform: rotate(45deg);
}

.expand-all-div {
    width: 16%;
}

.expand-all-div img {
    width: 15%;
}

div#fourth-div .nse-card h4 {
    font-size: 1.8vw;
    margin-bottom: 6%;
}

div#fourth-div h2 {
    margin-bottom: 4%;
}

div#fourth-div .inner-div h5 {
    color: var(--primary-900, #282621);
    font-family: Gilroy-Medium;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 125% */
    margin-bottom: 1%;
}

div#fourth-div .inner-div p {
    color: var(--primary-400, #939290);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 160% */
}

.inner-div {
    padding-bottom: 4%;
    margin-bottom: 8%;
    border-bottom: 1px solid #D4D4D3;
}

div#fourth-div .inner-div .flex-wrapper p {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-SemiBold;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 150% */
}

div#fourth-div .inner-div .flex-wrapper {
    gap: 4%;
    margin-top: 2.5%;
    align-items: center;
}

div#fourth-div .inner-div .flex-wrapper .flex-wrapper {
    /* width: 48%; */
    justify-content: flex-start;
}

.nse-card.upcoming-events {
    height: -webkit-fill-available;
}

.nse-card.upcoming-events .inner-div {
    /* border-bottom: none; */
}

.nse-wrapper.flex-wrapper {
    align-items: baseline;
}

.nse-card.past-events a {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 1.4px;
    margin-top: 18%;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-date-wrapper {
    position: relative;
    width: 18%;
    margin-top: 1%;
}

#customDate {
    width: 100%;
    cursor: pointer;
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-Medium;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.2px;
    padding: 7% 12%;
    border-radius: 38px;
    border: 1px solid var(--secondary-900, #A69163);
    background: #FFF;
    outline: none;
    box-shadow: none;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #C6A15B;
    pointer-events: none;
    width: 10%;
}

.date-picker-box {
    position: absolute;
    top: 55px;
    left: -60%;
    width: 185%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
    z-index: 99;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #C6A15B;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.calendar-days div {
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.calendar-days div:hover {
    background: #F8F4EC;
}

.selected {
    background: #C6A15B;
    color: #fff;
}

div#fourth-div .flex-wrapper {
    align-items: flex-start;
}

.fifth-div {
    margin-top: 6%;
    width: 100%;
}

ul#myTab {
    overflow: auto;
    flex-wrap: wrap;
    width: 85vw;
    gap: 2%;
    border-bottom: none;
    padding-bottom: 1%;
}

div#exTab1 {
    width: 106%;
    overflow: auto;
}

.nav-tabs .nav-link {
    color: var(--primary-400, #939290);
    font-family: Gilroy-Medium;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 170% */
    border: none;
    padding: 0;
    padding-bottom: 6%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-900, #282621);
    font-family: Gilroy-SemiBold;
    border-bottom: 3px solid #A69163;
}

div#exTab1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

div#exTab1::-webkit-scrollbar-thumb {
    background: #747474;
    border-radius: 20px;
}

div#exTab1::-webkit-scrollbar-track {
    background: #D4D4D3;
    height: 3px;
}

div#myTabContent {
    padding: 3% 0;
}

.fourth-div {
    width: 100%;
}

.profile-sec h4 {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-5 */
    font-family: "Playfair Display";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    /* 133.333% */
    margin: 5% 0 2%;
}

.profile-sec .flex-wrapper {
    gap: 4%;
    justify-content: flex-start;
}

.profile-sec p {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-Regular;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.fifth-div .wrapper .profile-sec {
    border-bottom: 1px solid #D4D4D3;
    padding-bottom: 2%;
    margin-bottom: 3%;
}

p.para-1 {
    color: var(--primary-700, #53514D);
    font-family: Gilroy-SemiBold;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0.5%;
}

p.para-2 {
    color: var(--primary-700, #53514D);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

div#sixth-div .flex-wrapper .second-wrapper.flex-wrapper a {
    gap: 5%;
    min-width: 13vw;
}

div#sixth-div .flex-wrapper {
    align-items: center;
}

div#sixth-div img.img-fluid.infographic {
    margin-top: 3%;
}

.infographic-content {
    margin-top: 4%;
}

.infographic-content p,
.infographic-content li {
    color: var(--primary-400, #939290);
    font-family: Gilroy-Regular;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1%;
}

.infographic-content li {
    margin-bottom: 0;
}

section.investor-third-sec {
    background: var(--primary-900, #282621);
    padding: 5% 7%;
}

section.investor-third-sec h3 {
    color: var(--secondary-900, #A69163);
    font-family: "Playfair Display";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2.28px;
    margin: 2% 0;
}

section.investor-third-sec img {
    border-radius: 50%;
    width: 8%;
}

.author-sec h5 {
    color: var(--secondary-900, #A69163);

    /* sub-header-1 */
    font-family: Gilroy-SemiBold;
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.author-sec {
    text-align: end;
}

section.investor-fourth-sec {
    padding: 6% 1%;
}

section.investor-fourth-sec .content-sec {
    position: absolute;
    top: 8%;
    left: 5%;
    width: 50%;
}

section.investor-fourth-sec .container {
    position: relative;
}

section.investor-fourth-sec h2 {
    color: var(--secondary-0, #FAF7F2);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
}

section.investor-fourth-sec p {
    color: var(--primary-200, #BEBEBC);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Gilroy-Medium;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    /* 135.714% */
    margin-bottom: 5%;
}

section.investor-fourth-sec form {
    border-radius: 52px;
    background: #E9E9E9;
    padding: 1% 4%;
    width: fit-content;
    display: flex;
    padding-right: 1%;
}

section.investor-fourth-sec input[type="email"] {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: var(--primary-300, #8D8D8D);
    font-family: Gilroy-Regular;
    font-size: 1.35vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
}

section.investor-fourth-sec form button {
    border-radius: 38px;
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
    color: var(--secondary-0, #FAF7F2);
    font-family: Gilroy-Medium;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3.5% 6%;
    border: none;
    display: flex;
    align-items: center;
    gap: 7%;
    width: 7vw;
}

section.investor-fourth-sec form button img {
    width: 30%;
    transition: 0.3s all linear;
}

section.investor-fourth-sec form button:hover img {
    transform: rotate(45deg);
}

section.investor-fifth-sec h2 {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    /* 121.875% */
}

section.investor-fifth-sec .flex-wrapper {
    align-items: center;
}

section.investor-fifth-sec .flex-wrapper a {
    color: var(--secondary-900, #A69163);

    /* sub-header-1 */
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    /* 133.333% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

section.investor-fifth-sec .flex-wrapper a img {
    width: 11%;
    transition: 0.3s all linear;
}

div#accordionFlushExampleTwo {
    margin-top: 1%;
}

div#accordionFlushExampleTwo h5 {
    background: transparent;
    font-family: "Playfair Display";
    font-size: 1.9vw;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    /* 111.111% */
    padding: 0;
    border: none;
    box-shadow: none;
    color: var(--primary-400, #939290);
}

div#accordionFlushExampleTwo p {
    color: var(--primary-700, #53514D);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 160% */
    width: 65%;
}

div#accordionFlushExampleTwo .accordion-item {
    padding-bottom: 2%;
    padding-top: 2%;
}

div#accordionFlushExampleTwo h5:not(.collapsed) {
    color: var(--primary-900, #282621);
}

section {
    position: relative;
    z-index: 1;
    background: #fff;
}

div#fourth-div .inner-div .flex-wrapper a {
    width: 48%;
    margin-top: 2%;
}

.pdf-card-wrapper a {
    text-decoration: none;
}

section.investor-fifth-sec .flex-wrapper a:hover img {
    transform: rotate(45deg);
}

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

    .right-col p {
        color: var(--primary-700, #53514D);
        font-family: Gilroy-Regular;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .right-col h2 {
        font-size: 28px !important;
        margin-bottom: 4%;
    }

    .right-col .table-wrapper h3 {
        color: var(--primary-900, #282621);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Playfair Display";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 50%;
    }

    .table-wrapper {
        margin-top: 10%;
        margin-left: -18px;
            width: 106%;
    }

    .table-wrapper .flex-wrapper {
        display: block;
    }

    .table-wrapper .flex-wrapper div {
        display: flex;
        align-items: center;
        padding: 6% 5%;
        border: 0.681px solid var(--primary-100, #D4D4D3);
        background: #FFF;
        border-left: none;
        border-right: none;
    }

    .table-wrapper .flex-wrapper div p {
        color: var(--tertiary-900, #778A73);
        font-family: Gilroy-Regular;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 20px;
        /* 142.857% */
        width: 57%;
    }

    .right-col .table-wrapper h3 span {
        color: var(--primary-900, #282621);
        font-family: "Playfair Display";
        font-size: 16px !important;
        margin-left: 3%;
    }

    .second-div {
        width: 95%;
        padding-top: 4%;
    }

    .nse-card h5 img {
        width: 14%;
    }

    table.second-table tr td {
        padding-bottom: 3%;
    }

    .mob-view.nse-card-swiper .exchange-tabs.main-tabs.mob-view {
        margin: 7% 0px;
        justify-content: flex-start;
    }

    .mob-view.nse-card-swiper .exchange-tabs.main-tabs.mob-view button.exchange-btn {
        padding-bottom: 10px;
        color: var(--primary-200, #BEBEBC);
    }

    .mob-view.nse-card-swiper .exchange-tabs.main-tabs.mob-view button.exchange-btn.active {
        color: var(--primary-900, #282621);
    }

    .chart-image p {
        color: var(--primary-400, #939290);
        font-family: Gilroy-Regular;
        font-size: 16px !important;
    }

    .second-div .second-wrapper.flex-wrapper a {
        color: var(--secondary-0, #FAF7F2);
        font-family: Gilroy-Medium;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 112.5% */
        height: 14vw;
        width: 60vw;
        margin-top: 5%;
    }

    div#third-div {
        margin-top: 15%;
        width: 95%;
    }

    .title {
        font-size: 42px !important;
        font-weight: 600;
        margin-bottom: 30px;
    }

    /* FY Selector */
    .fy-selector {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 36px;
        border: 1px solid var(--secondary-900, #A69163);
        background: var(--secondary-0, #FAF7F2);
        color: var(--secondary-900, #A69163);
        font-family: Gilroy-SemiBold;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 200% */
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

    .fy-selector .arrow {
        background: none;
        border: none;
        font-size: 18px !important;
        color: #B89C5A;
        cursor: pointer;
    }

    /* Report Table */
    .report-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 0;
    }

    .report-title {
        color: var(--primary-600, #696764);
        font-family: Gilroy-Medium;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        letter-spacing: 1.6px;
        text-transform: uppercase;
        width: 44%;
    }

    .quarters span {
        margin-left: 13px;
        color: #B89C5A;
        font-weight: 600;
        cursor: pointer;
    }

    .quarters span:hover {
        text-decoration: underline;
    }

    .divider {
        height: 1px;
        background: #D4D4D3;
    }

    .stock-section .container.mob-view {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .quarters span.disable {
        color: var(--primary-200, #BEBEBC);
    }

    .fourth-div {
        width: 95%;
    }

    div#fourth-div .flex-wrapper {
        align-items: center;
    }

    .date-picker-box {
        right: 20%;
        left: unset;
        width: 70vw;
    }

    .custom-date-wrapper {
        position: relative;
        width: auto;
        margin-top: 0%;
        border-radius: 38px;
        border: 1px solid var(--secondary-900, #A69163);
        margin-bottom: 3%;
        padding: 3%;
    }

    .calendar-icon {
        position: unset;
        right: 15px;
        /* top: 50%; */
        transform: none;
        color: #C6A15B;
        pointer-events: none;
        width: auto;
    }

    div#fourth-div .nse-card h4 {
        color: var(--primary-900, #282621);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Playfair Display";
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    div#fourth-div .inner-div h5 {
        color: var(--primary-700, #53514D);
        font-family: Gilroy-Medium;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
        width: 90%;
    }

    div#fourth-div .inner-div p {
        color: var(--primary-400, #939290);
        font-family: Gilroy-Medium;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 5%;
    }

    div#fourth-div .nse-card {
        padding: 7%;
        margin-bottom: 6%;

    }

    .nse-card.upcoming-events {
        margin-top: 6%;
    }

    div#fourth-div .inner-div .flex-wrapper p {
        color: var(--secondary-900, #A69163);
        font-family: Gilroy-SemiBold;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 214.286% */
    }

    .nse-card.past-events a {
        display: none;
    }

    .fifth-div {
        margin-top: 9%;
        width: 95%;
    }

    ul#myTab {
        width: 261vw;
    }

    .nav-tabs .nav-link {
        font-family: Gilroy-Regular;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .fifth-div .wrapper .profile-sec {
        border-bottom: 1px solid #D4D4D3;
        padding-bottom: 0%;
        margin-bottom: 7%;
        margin-top: 7%;
    }

    .fifth-div .wrapper .profile-sec .flex-wrapper {
        flex-wrap: wrap;
    }

    .fifth-div .wrapper .profile-sec .flex-wrapper div {
        width: 48%;
        margin-bottom: 7%;
    }

    .fifth-div .wrapper .profile-sec .flex-wrapper div img {
        width: 100%;
    }

    .profile-sec h4 {
        font-family: "Playfair Display";
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        margin-bottom: 10px;
    }

    p.para-1 {
        color: var(--primary-700, #53514D);
        font-family: Gilroy-SemiBold;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 160% */
        margin-bottom: 13px;
    }

    .inner-content {
        margin-bottom: 20px;
    }

    div#sixth-div {
        margin-top: 5%;
        width: 95%;
    }

    div#sixth-div h2 {
        margin-bottom: 6%;
    }

    div#sixth-div .flex-wrapper {
        align-items: center;
        display: block;
        margin-bottom: 5%;
    }

    div#sixth-div .flex-wrapper .second-wrapper.flex-wrapper a {
        gap: 5%;
        width: 50vw;
        padding: 5% 5%;
    }

    .infographic-content li,
    .infographic-content p {
        font-family: Gilroy-Regular;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        color: var(--primary-400, #939290);
    }

    section.investor-third-sec {
        background: var(--primary-900, #282621);
        padding: 15% 7%;
    }

    section.investor-third-sec h3 {
        color: var(--secondary-800, #CDB47A);
        font-variant-numeric: lining-nums proportional-nums;

        /* header-2_mobile */
        font-family: "Playfair Display";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        /* 128.571% */
        margin-top: 7%;
    }

    section.investor-third-sec img {
        border-radius: 50%;
        width: 30%;
    }

    .author-sec {
        text-align: left;
        margin-top: 10%;
    }

    .author-sec h5 {
        color: var(--secondary-0, #FAF7F2);
        font-family: Gilroy-SemiBold;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        /* 170% */
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    section.investor-fourth-sec h2 {
        color: var(--secondary-0, #FAF7F2);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Playfair Display";
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 133.333% */
    }

    section.investor-fourth-sec p {
        color: var(--primary-0, #FFF);
        font-family: Gilroy-Regular;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 30%;
        /* 150% */
    }

    div#accordionFlushExampleTwo .accordion-item {
        padding-bottom: 7%;
        padding-top: 7%;
    }

    section.investor-fifth-sec h2 {
        color: var(--primary-900, #282621);
        font-variant-numeric: lining-nums proportional-nums;

        /* header-3_mobile */
        font-family: "Playfair Display";
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 133.333% */
        width: 70%;
        margin-bottom: 8%;
    }

    section.investor-fifth-sec .flex-wrapper a {
        color: var(--secondary-900, #A69163);
        font-family: Gilroy-SemiBold;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        letter-spacing: 1.28px;
        text-transform: uppercase;
        margin-bottom: 2%;
        display: block;
    }

    div#accordionFlushExampleTwo h5 {
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Playfair Display";
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    div#accordionFlushExampleTwo p {
        color: var(--primary-600, #696764);
        font-family: Gilroy-Regular;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 175% */
        width: 100%;
    }

    section.investor-fifth-sec .flex-wrapper {
        display: block;
    }

    section.investor-fifth-sec .flex-wrapper a img {
        width: 8%;
    }

    div#fourth-div .inner-div .flex-wrapper a {
        display: block;
    }

    .pdf-card-wrapper a {
        text-decoration: none;
    }

    section.investor-fourth-sec .content-sec {
        position: absolute;
        top: 8%;
        left: 5%;
        width: 85%;
        padding: 0 8%;
    }

    section.investor-fourth-sec form {
        padding: 3% 8%;
        width: 100%;
        display: flex;
        padding-right: 3%;
        position: absolute;
        left: 53%;
        transform: translateX(-50%);
    }

    section.investor-fourth-sec input[type="email"] {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
    }

    section.investor-fourth-sec form button {
        color: var(--secondary-0, #FAF7F2);


        /* button-text_mobile */
        font-family: Gilroy-Medium;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 112.5% */
        width: 26vw;
        padding: 4%;
        justify-content: center;
    }

    section.investor-fourth-sec img.mob-view {
        width: 100%;
    }

    section.investor-fifth-sec {
        padding-bottom: 7%;
    }

    section.investor-fifth-sec .container {
        width: 100%;
        margin-top: 5%;
    }

    section.investor-fourth-sec {
        padding: 12% 1%;
    }
}