.bod-wrapper .tab-content-item { margin-bottom: -197px; padding-top: 0px; } 
 .bod-module { margin-top:30px; } 
 .bod-wrapper .boditem { /*height: auto !important; */ margin-bottom: 98px; } 
 .bod-wrapper .boditem .image-wrap { position: relative; clip-path: polygon(0 0,100% 0,100% 100%,80% 100%,61.57% 75%,0 75%); cursor: pointer; } 
 .bod-wrapper .boditem .image-wrap img{ transform: scale(1); transition: 0.3s;}
 .bod-wrapper .boditem:hover .image-wrap img, .bod-member.activeitem .image-wrap img{ transform: scale(1.2);}
 .bod-wrapper .boditem .image-wrap:before { background: transparent; width: 100%; height:100%; opacity:1; position:absolute; left:0; top:0; content:''; transition: all ease 0.5s; } 
 /*.bod-wrapper .boditem .image-wrap:hover:before,.bod-wrapper .boditem.active .image-wrap:before { background: var(--color-0f3c19); opacity:0.8; } */
 .bod-wrapper .boditem .bodinfo { margin-top: -20%; padding-right: 32%; } 
 .bod-wrapper .boditem .bodinfo h6 { color: var(--color-0f3c19); margin-bottom: 8px;}
 .bod-wrapper .boditem .bodinfo p { letter-spacing: -0.2px;}
 .bod-wrapper .bod-content { display:none; } 
 .bod-wrapper .bod-content { background: var(--color-ffffff); width: calc(300% + 64px); padding: 48px 32px 60px 64px; border: 1px solid var(--color-86e641); position: relative; float: left; margin-bottom: 100px; } 
 .bod-wrapper .bod-content .ctaMarginClass { display: block; } 
 .bod-wrapper .bod-content .bod-close { width: 54px; height: 54px; background: var(--color-ffffff); margin: 0; position: absolute; right: 40px; top: 24px; border-radius: 100%; animation-name: moving; animation-duration: 1s; opacity: 0; } 
 .bod-wrapper .bod-content .bod-close.showicn { animation-name: moving; animation-duration: 2s; top: -24px; opacity: 1; } 
 .bod-wrapper .bod-content .bod-close > span { width: 54px; height: 54px; } 
 .bod-wrapper .bod-member { height: 100%; } 
 .bod-wrapper .bod-member:nth-child(3n+2) .bod-content { left: calc(-100% - 32px); } 
 .bod-wrapper .bod-member:nth-child(3n) .bod-content { left: calc(-200% - 64px); } 
 .bod-wrapper .bodname-content p { margin-bottom:24px; }

 .bod-wrapper .bod-member.inactiveitem:hover img{transform: scale(1);}

 .bod-wrapper .boditem .image-wrap, .bod-wrapper .boditem .bodinfo{
    position: relative; transition: all ease 0.5s;
 }
 .bod-wrapper .boditem .bodinfo{
    top: 0;
 }
 .bod-wrapper .boditem:hover .image-wrap, .bod-wrapper .boditem.active .image-wrap{
    clip-path: polygon(0 0,100% 0,100% 100%,80% 100%,61.57% 70%,0 70%);
 }
 /*.bod-wrapper .boditem:hover .image-wrap:before, .bod-wrapper .boditem.active .image-wrap:before { background: var(--color-0f3c19); opacity:0.8; }*/
 .bod-wrapper .inactiveitem .image-wrap:before{background-image: linear-gradient(0deg, rgba(15, 60, 25, 0.6), rgba(15, 60, 25, 0.6)); z-index: 1;}
 .bod-wrapper .boditem:hover .bodinfo, .bod-wrapper .boditem.active .bodinfo{top: -40px;}

 @media only screen and (max-width: 1024.98px){
 .bod-wrapper { padding: 0; } 
 .bod-wrapper .boditem { margin-bottom: 20.5%; } 
 .bod-wrapper .bod-content { padding: 40px 16px; } 
 .bod-wrapper .bod-content,.bod-wrapper .bod-member:nth-child(3n) .bod-content,.bod-wrapper .bod-member:nth-child(3n+2) .bod-content { width: calc(200% + 24px); left: 0; } 
 .bod-wrapper .bod-member:nth-child(2n+2) .bod-content { left:calc(-100% - 24px);} 
 .bod-wrapper .bod-member .bod-right-column { margin-top: 64px; } 
 .bod-wrapper .tab-content-item { margin-bottom: -100px; } 
 }
 
 @media only screen and (max-width: 767.98px) { /*.bod-wrapper { margin: 0 -15px; } */
 .bod-wrapper .bodname-content p { margin-bottom:8px; } 
 .bod-module { margin-top: 35px; } 
 /*.bod-wrapper .bod-content { margin-bottom: 13px; } */
 .bod-wrapper { margin-top:40px; } 
 .bod-wrapper .bod-content, 
 .bod-wrapper .bod-member:nth-child(3n) .bod-content, 
 .bod-wrapper .bod-member:nth-child(3n+2) .bod-content,
 .bod-wrapper .bod-member:nth-child(2n+2) .bod-content { width: 100%; left: 0; } 
 }
 
 @keyframes moving { 
 0% { top: 24px; } 
 100% { top: -24px; } 
 }
 