.each_busStrat_con_bx {
    min-height: 370px;
    &::before {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        width: 1px;
        height: 85%;
        background-color: #b38c67;
    }

    &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -12px;
        width: 98%;
        height: 1px;
        background-color: #b38c67;
    }

    .busStrat_con_icn{
      width: 50px;
      img{
        width: 100%;
      }
    }
    .busStrat_con_icn_text{
      width: calc(100% - 50px);
    }
}
.busStrat_con_bx .col-lg-6:nth-child(even) .each_busStrat_con_bx::before {
   display: none;
}
.busStrat_con_bx .col-lg-6:nth-child(5) .each_busStrat_con_bx::after {
    display: none;
}
.busStrat_con_bx .col-lg-6:nth-child(6) .each_busStrat_con_bx::after {
    display: none;
}

.wayIconWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 2px 2px 10px #cccccc8a;
    transition: .4s;
    img{
      max-width: 80px;
      max-height: 80px;
    }
    &:hover {
        box-shadow: 0px 0px 20px #cccccc8a;
    }
}

@media(max-width: 1440px){
  .each_busStrat_con_bx{
    min-height: 455px;
  }
}

@media(max-width: 1366px){
  .each_busStrat_con_bx{
    min-height: 290px;
  }
}

@media(max-width: 991px) {
    .each_busStrat_con_bx::before {
    display: none;
  }

  .busStrat_con_bx .col-lg-6:nth-child(5) .each_busStrat_con_bx::after {
    display: block;
  }

  .each_busStrat_con_bx {
    margin-bottom: 17px;
    min-height: auto;
    padding-right: 0;
  }


  .busStrat_con_icn_text h3 {
    font-size: 25px !important;
  }

  .each_busStrat_con_bx::after {
    left: 0;
  }
}

@media(max-width: 767px) {
    .busStrat_bx.mb_50 {
    margin-bottom: 27px !important;
  }

  .busStrat_con_icn {
    width: 36px;
  }

  .busStrat_con_icn_text h3 {
    font-size: 23px !important;
  }
}

@media(max-width: 575px) {
  .busStrat_con_icn {
    width: 32px !important;
  }
  .Pillars-valu {
    .busStrat_con_icn_text {
      width: calc(100% - 32px);
    }
  }

  .busStrat_con_icn_text h3 {
    font-size: 20px !important;
  }
  .wayHdWrap {
    h4 {
        font-size: 20px!important;
    }
  }
  .wayIconImgBx {
    width: 50px;
  }
  .wayIconTxt {
    h6 {
        font-size: 16px!important;
    }
  }
}