@media (max-width: 768px) {
  h1 { font-size: 28px ; }
  h2 { font-size: 24px ; }
  h3 { font-size: 18px ; }
  p  { font-size: 16px ; }

  .stage-header h2 {
    font-size: 24px !important;
}
.stage-header p {
    font-size: 14px !important;
    font-weight: 400;
   
}

.icon-box{
    width: 48px !important;
    height: 48px !important;
    top: -22px !important;
left: 32px !important;
}

.stage-cards{
    gap:40px !important;
}
.card-box{
    padding: 40px 16px 16px 16px !important;
}

.card-box h3{
    font-size: 20px !important;
}

.stats-slider-section{
    padding: 56px 20px 56px !important;

}


/* Stat Labels */
.stat-box h4 {
  font-size: 20px !important;

}

}

@media (max-width: 576px) {


  h2 { font-size: 24px !important; }
  p  { font-size: 14px !important; }
  
        .stat-box p{
            margin: 0px 0px 0px !important;
        }
        .cta-button{
            padding-top: 28px !important;
        }
        
}
.testimonial-text {
  font-size: 24px;
  color: #EFE9E8 !important;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .testimonial-text {
    font-size: 18px !important;
      color: #EFE9E8 !important;
  }
}

.testimonial-author {
  font-size: 18px;
  color: rgba(239, 233, 232, 1);
}

.testimonial-author .thin-text,
.testimonial-author .since {
  font-size: 16px;
}

.testimonial-author .since {
  color: rgba(239, 121, 73, 1) !important;
}

@media (max-width: 576px) {
  .testimonial-author {
    font-size: 14px !important;
  }

  .testimonial-author .thin-text,
  .testimonial-author .since {
    font-size: 12px !important;
  }

  .btn-talk ,.btn-our{
    padding: 24px 36px !important;
    font-size: 18px !important;
  }
 .container-footer{
    padding: 56px 16px 32px 16px !important;
 }
}