/*==========================
      Treatments
==========================*/

@media(max-width:992px){

.treatment-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.treatment-grid{

grid-template-columns:1fr;

}

}
/*==========================
      Ksharasutra
==========================*/

@media(max-width:992px){

.ksharasutra-section .container{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.benefits-grid{

grid-template-columns:1fr;

}

.kshara-right h2{

font-size:34px;

}

}
/*==========================
      Procedure
==========================*/

@media(max-width:768px){

.procedure-timeline::before{

left:30px;

}

.procedure-step{

gap:20px;

}

.step-icon{

width:60px;

height:60px;

font-size:22px;

}

.step-content{

padding:20px;

}

.step-content h3{

font-size:20px;

}

}