.title-heding-section{
 text-align: center;
}

.title-heding-section h1{
  font-size:44px;
  font-weight:700;
}

.title-heding-section p{
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  max-width:800px;
  margin:0 auto;
}

.title-heding-section h5{
  font-size: 14px;
  font-weight: 500;
  margin-bottom:0.6rem;
}


@media(max-width:768px){
  .title-heding-section h1{
    font-size:28px;
  }
  
  .title-heding-section p br{
    display:none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .customer-success-story-container {
        padding-top: 0px !important;
    }

