.TBFWI_row{
    column-gap: 30px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.25);
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    align-items: stretch;
}
.TBFWI .Maintitle{
  color: var(--5)
}
.TBFWI_block_1{
  background-color: var(--4);
  text-align:center;
   width: 100%;
}
.TBFWI_block_1 h2 {
    color: #fff;
    display: block;
    height: 100%;
    padding: 20px 15px;
}
.tab-header .accordion-title {
    color: #fff;
    font-size: min(26px,1.1rem);
}
.tab-header p,
.contentPara p{
    color: #fff;
}
.tab-acc {
    background: linear-gradient(78deg, #3a3a3b 10%, #454646 75%);
    padding: 3.5rem;
    flex-grow: 1;
}
.tab-acc:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.tab-header {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.contentPara{
    display: none;
    bott
}
.Ocol-md-10{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

@media (max-width: 768px) {
  .tab-header img {
      width: 50px;
  }
  .tab-acc:after {
    content: "+";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 2rem;
    color: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-acc.showD:after{
    content: "-";
  }
  .tab-acc {
    padding: 2rem 2.3rem 2rem 2rem;
    position:relative;
    cursor: pointer;
  }
  .TBFWI_block_2 {
    width: 100%;
  }
  .tab-acc .tab-header p{
    display: none;
  }
}
@media (min-width: 768px) {
  .Ocol-md-2{
    flex: 0 0 10%;
    width: 10%;
  }
  .Ocol-md-10{
    flex: 0 0 calc( 90% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .TBFWI_block_1  h2 {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    padding: 15px;
     width: 100%;
    box-sizing: border-box;
  }
}