.module-bod .content-wrapper h1.h1{
    color: var(--main-blue);
    margin-top: 20px;
    margin-bottom: 13px;
  }
  
  .module-bod  .bod__item-wrapper{
    padding-top:50px;
  }
  .module-bod  .bod-box__wrapper-card .card{
    display:flex;
   /* margin-bottom: 50px; */
    
  }
  .module-bod  .bod-box__wrapper-card .card--container{
      margin-bottom: 50px;

  }
  .module-bod  .bod-box__wrapper-card .card .card__image-wrapper{width:50%;overflow:hidden;}
  .module-bod  .bod-box__wrapper-card .card .card__image{
    min-height:260px;
    background-repeat:no-repeat;
    width:100%;
    background-size:cover;
    background-position:center;
    transition:0.5s;
  }
  .module-bod  .bod-box__wrapper-card:hover .card .card__image{
  transform:scale(1.05);
    transition:0.5s;
  
  }
  
  .module-bod  .bod-box__wrapper-card .card .card__content{
    padding: 25px 10px 0px 20px;
    width:50%;
    gap:5px;
  }
  
  .module-bod .card__title{
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--main-blue);
    text-transform: capitalize;
    line-height:3.4rem;
  }
  .module-bod .card .bod__link{text-transform:none;}
  .module-bod .bod-box__wrapper{
    position:relative;
    width:calc(300% + 64px);
    margin-bottom: 20px;
    display:none;
    padding:70px 0;
    background: rgba(216,216,216,.1);
  }
  .module-bod .card .card__content a{position:unset;}
  .module-bod .card .card__content a.active{opacity:0;}
  .module-bod .card .card__content a:before{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
    transform: translate(0);
  }
  .module-bod .bod-box__wrapper .bod-box__content{ 
    padding: 0px 17%;
	
  }
  .module-bod .bod-member:nth-child(3n+2) .bod-box__wrapper{left: calc(-100% - 32px);}
  .module-bod .bod-member:nth-child(3n) .bod-box__wrapper{left: calc(-200% - 64px);}
  
  .module-bod .box .box__title{
    color: var(--main-blue);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 3.2rem;
	font-family: var(--font-gotham);
    
  }
  .module-bod .box{
    display:flex;
    
  }
  .module-bod .box .left-content{
    width:62%;
    padding-right:30px;
  }
   .box .right-image{
    width: 38%;
    height: 263px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .module-bod .bod-box__content .bod-box__close a span::before,.module-bod .bod-box__content .bod-box__close a span::after{
    content:"";
    width: 14px;
    height: 1px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background:var(--white-color);
  }
  .module-bod .bod-box__content .bod-box__close a span::after{
    transform: rotate(-45deg);
  }
  .module-bod .bod-box__content .bod-box__close{
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .module-bod .bod-box__content .bod-box__close a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
    background: var(--main-blue);
    
  }
.ip3-edit .module-bod .component-wrapper{width:33.3%}
.ip3-edit .module-bod .component-wrapper .col-lg-4{width:100%}
  @media all and (max-width:991px){
    .module-bod .bod-box__wrapper{
      width:calc(200% + 32px);
    }
    .module-bod .bod-member:nth-child(3n+2) .bod-box__wrapper{left: 0;}
    .module-bod .bod-member:nth-child(2n) .bod-box__wrapper{left: calc(-100% - 32px) !Important;}
    .module-bod .bod-member:nth-child(3n) .bod-box__wrapper{left:0;}
    
    .module-bod .box .right-image{
    display:none;
    }
    .module-bod .box .left-content{
    width:100%;
    }
    .module-bod .bod-box__wrapper .bod-box__content{
    padding:0 19%;
    }
  }
  @media all and (max-width:767px){
  
    .module-bod  .bod-box__wrapper-card .card{
        display: flex;
      margin-bottom: 50px;
          height: auto;
  position: relative;
      width: 295px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      cursor: pointer;
      padding-top: 10px;
    }
    .module-bod  .bod-box__wrapper-card .card .card__content{
    width:100%
    }
    .module-bod  .bod-box__wrapper-card .card .card__image-wrapper{
    width:100%;
    }
    
      .module-bod .bod-box__wrapper{
      width:calc(100%);
    }
    .module-bod .bod-member:nth-child(3n+2) .bod-box__wrapper{left: 0;}
    .module-bod .bod-member:nth-child(2n) .bod-box__wrapper{left: 0 !important;}
    .module-bod .bod-member:nth-child(3n) .bod-box__wrapper{left:0;}
    .module-bod .bod-box__wrapper .bod-box__content{
    padding:0 7%;
    }
    .module-bod .bod-box__wrapper{
    padding:26px 0;
    }
  }
  
  .ip3-edit .module-bod .card .card__content a{
  z-index:-1;
  }