.halo-mobile-section2 .tab-btns{
  display:flex;
  justify-content:space-between;
}

.halo-mobile-section2  .inner-container{ 
    padding: 20px;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 0%);
    border: 1px solid transparent;
    border-left: 5px solid transparent;
    margin-bottom:40px !important;
}

.halo-mobile-section2 .tab-btn.active .inner-container{  
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 16%);
    border: 1px solid rgb(202 219 226);
    border-left: 5px solid rgb(109 207 246);
    background-color:#ffffff;
}
.mobile-image{
  width: 450px;
  margin:auto;
  z-index: -1;
  margin-top: -610px;
  text-align: center;
}
.inner-container p{
  font-size:16px !Important;
}
@media (max-width: 1232px)
{
 .mobile-image{
      width: auto;
      margin: 0px auto !important;
      z-index: 9; 
    
  }
}

.tab-panel{
  display:none;
}
.tab-panel.active{
  display:block;
}



@media (max-width: 767px)
{
  .halo-mobile-section2 .inner-container{
   box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 16%);
    border: 1px solid rgb(202 219 226);
    border-left: 5px solid rgb(109 207 246);
    background-color:#ffffff;
  }
  .tab-panels{
    display:none !important;  
  }
  
 
}