.Stakeholders { margin: 100px 0; }
.Stakeholders .containerTabs {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    background-color: #fffff9;
    padding: 30px 0;
    z-index: 1;
    transition: .3s linear all;
    overflow-x: auto;
}
.Stakeholders .containerTabs.is-sticky { box-shadow: 0px 34px 42.7px 0px rgba(0, 0, 0, 0.05); }
.Stakeholders .containerTabs.upper { top: 95px; transition: .3s linear all; }
.Stakeholders .tabs { display: flex; align-items: center; border-bottom: 1px solid #451B17; justify-content: space-between; width: max-content; }
.Stakeholders .tabs .tab_header {
    color: #451B17;
    font-family: 'Manrope';
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    opacity: .5;
    width: fit-content;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
}
.Stakeholders .tabs .tab_header svg { width: 14px; }
.Stakeholders .tabs .tab_header:not(.active) svg { transform: rotate(180deg); }
.Stakeholders .tabs .tab_header:not(.active) svg path { stroke: #451B17; }
.Stakeholders .tab .tab_header.active { color: #fffff9; background-color: #451B17; opacity: 1; }
.Stakeholders .tabsBody .image, .Stakeholders .tabsBody .subCatImage {
    width: 100%;
    height: 184px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}
.Stakeholders .tab_body.subcategory-yes .subCat_texts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.Stakeholders .tab_body.subcategory-yes .wrapper { display: grid; grid-template-columns: 1fr 4fr; gap: 60px; }
.Stakeholders .tab_body.subcategory-no .subCat_texts {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.Stakeholders .subCats {
    position: -webkit-sticky;
    position: sticky;
    top: 280px;
    transition: .3s linear all;
}
.Stakeholders .subCats.upper { top: 240px; transition: .3s linear all; }
.Stakeholders .subCat {
    color: rgba(69, 27, 23, 0.50);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    cursor: pointer;
}
.Stakeholders .subCat.active { color: #451B17; }
.Stakeholders .subCat_text {
    padding: 20px;
    border: 1px solid #FF3300;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.Stakeholders .subCat_text .text {
    color: #451B17;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Stakeholders .tab_body.subcategory-yes { background-color: #F6F6EF; padding: 80px 80px 80px 40px; }
.Stakeholders .tab_body.subcategory-no { background-color: transparent; padding: 80px 0 }

@media screen and (max-width: 1200px) {
    .Stakeholders .tab_body.subcategory-no .subCat_texts { grid-template-columns: repeat(4, 1fr) }
    .Stakeholders .tab_body.subcategory-yes .subCat_texts { grid-template-columns: repeat(3, 1fr) }
}

@media screen and (max-width: 990px) {
    .Stakeholders .tab_body.subcategory-yes .wrapper { grid-template-columns: 1fr; gap: 20px; }
    .Stakeholders .tab_body.subcategory-yes { padding: 50px; }
    .Stakeholders .subCat { margin-bottom: 10px; }
    .Stakeholders .tab_body.subcategory-yes .subCat_texts { grid-template-columns: repeat(2, 1fr) }
}

@media screen and (max-width: 567px) {
    .Stakeholders .containerTabs { top: 95px; position: static; }
    .Stakeholders .tab_body.subcategory-yes { padding: 20px; }
    .Stakeholders .tab_body.subcategory-no .subCat_texts { grid-template-columns: repeat(2, 1fr) }
    .Stakeholders .tabs { flex-direction: column; width: 100%; }
    .Stakeholders .tab, .Stakeholders .tabs .tab_header { width: 100%; }
    .Stakeholders .tabs .tab_header { font-size: 17px; gap: 10px; }
    .Stakeholders .tab_body.subcategory-no { padding: 0; }

}