.section-heading.text-center {
  text-align: center;
}

.sec__title_center{
  font-weight: 700;
  font-size: 3rem;      
  color: var(--text, #1a1a1a);
  margin-bottom: 1rem;  
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;

}

.sec__desc_center{
  font-family: 'Inter 18pt';
  font-weight: 300;
  font-size: 2rem;
  color: #6b7280;
  margin: 0 auto;
  line-height: 1.3;
  max-width: 90%;
  margin-top: 10px;

}

.why-choose-title{
  font-family: 'Inter 18pt';
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;      
  font-size: 3.2rem;
}
