.tabNavDesk__content a {
         color: #27a015;
         }
         .tabNavDesk__content ol,
         .tabNavDesk__content ul {
         list-style: inside;
         }
         .subContent-paragraph-structure {
         display: flex;
         flex-direction: column;
         gap: 20px;
         }
         .subContent-block-structure {
         display: flex;
         flex-direction: column;
         }
         .subContent-bold {
         font-weight: 600;
         }
         .without-gap {
         margin-bottom: -17px !important;
         }
         .tabNavDesk__tabs { 
         pointer-events: unset;
         }
         @media (min-width: 1124px) {
         .tabNavDesk__section {
         gap: 70px !important;
         }
         }
      