.page-node-type-organizational-page .view_with_sidebar .view_with_sidebar_view{
  width: 100%;
}

.page-node-type-organizational-page .bg_light_gray > .inner-container{
  height: 280px;
}

.page-node-type-organizational-page .bg_light_gray{
  min-height: 280px;
}

.org-tabs {
  display: flex;
  gap: 24px;
}

.org-tabs__sidebar {
  width: 320px;
}

.org-tabs__content {
  flex: 1;
  min-width: 0;
}

.org-tabs__group-title {
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0 8px;
}

.org-tabs__tab {
  display: block;
  width: 100%;
  text-align: start;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.org-tabs__tab.is-active {
  font-weight: 700;
  text-decoration: underline;
}

/* RTL: sidebar moves to right automatically */
html[dir="ltr"] .org-tabs {
  flex-direction: row-reverse;
}


.org-layout { display:flex; gap:24px; }
.org-sidebar { width:320px; }
.org-content { flex:1; min-width:0; }

 

 

/* html[dir="ltr"] .org-layout { flex-direction:row-reverse; } */

 

 
 

.page-node-type-organizational-page .org-section .org-item-title, .page-node-type-organizational-page .org-section h2{
  color: #074D31;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.org-section .org-item-subtitle{
  color: #DBA102;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.org-section .org-item-desc{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.org-section .field--name-field-media-image img{
  /* width: 948px;
  height: 579px;
  object-fit: cover; */
    max-width: 848px;
  max-height: 579px;
  object-fit: cover;
}