 .pzh.pzh-tabs.pzh-tabs-sidebar {
     padding: 150px 0;
     position: relative;
 }


 .pzh.pzh-tabs.pzh-tabs-sidebar .inner,
 .pzh.pzh-tabs.pzh-tabs-sidebar .pzh-tabs-sidebar--headline {
     position: relative;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .pzh-tabs-sidebar--headline {
     margin-bottom: 75px;
     text-align: center;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container {
     display: flex;
     justify-content: space-between;
 }

 @media (max-width: 1024px) {
     .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container {
         flex-wrap: wrap;
     }
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper {
     max-width: 350px;
     width: 100%;
 }

 @media (max-width: 1024px) {
     .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper {
         max-width: 100%;
         margin-bottom: 75px;
     }
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li {
     display: block;
     box-sizing: border-box;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a {
     color: #59799c;
     background-color: white;
     padding: 0;
     height: 60px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-right: 50px;
     position: relative;
     font-weight: 700;
     margin: 0 0 15px;
     box-sizing: border-box;
     margin-left: 25px;
     margin-right: 25px;
     border-radius: 8px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a:after {
     content: " ";
     position: absolute;
     height: 100%;
     width: 60px;
     background-color: #59799c;
     right: 0;
     transform: rotate(180deg);
     background-image: url("/wp-content/uploads/2023/07/pzh-chev-right-1.svg");
     background-repeat: no-repeat;
     background-position: center;
     box-sizing: border-box;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a:hover,
 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a.active_tab {
     color: #839B00;
     margin-left: 0;
     margin-right: 0;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a:hover:after,
 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .tabs li a.active_tab:after {
     background-color: #839B00;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_button_wrapper .btnblue {
     width: calc(100% - 50px);
     margin: 0 25px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper {
     width: 100%;
     background: transparent;
     max-width: calc(100% - 400px);
 }

 @media (max-width: 1024px) {
     .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper {
         max-width: 100%;
     }
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab {
     padding: 0;
     box-shadow: none;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab .text_wrapper.bgwhite {
     padding: 0;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab .tab-image img {
     max-width: 100%;
     height: auto;
     margin-top: 25px;
     max-height: 500px;
     object-fit: cover;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab .tab-content {
     margin-top: 25px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab .tab-headline {
     line-height: 1.2;
 }

 /* .pzh.pzh-tabs.pzh-tabs-sidebar .tab_container .tab_wrapper .tab:not(:first-child) {
     display: none;
 } */

 .pzh.pzh-tabs.pzh-tabs-sidebar .pzh-tabs-sidebar--headline {
     margin-bottom: 35px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .pzh-tabs-sidebar__content--subheadline {
     max-width: 900px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 75px;
 }

 .pzh.pzh-tabs.pzh-tabs-sidebar .inner {
     margin-top: 30px;
 }
 

 .pzh.pzh-tabs.pzh-tabs-sidebar .tab_button_wrapper li.active_tab[data-tab='tab_x_y'] {
    display: none !important;
}