.about-section{
  padding: 60px 20px;
  background: #fff;
}
.about-section .page-center{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-widtH: 1260px;
  padding: 0 100px;
  justify-content: center;
}
.about-section p{
  margin: 0;
  font-size: 24px;
  color: #230000;
  font-weight: 500;
  text-align: center;
}
}
.about-section h2{
  margin: 0;
}

/* @media (max-width: 1299px){
  .about-section p{
    font-size: 22px;
    line-height: 36px;
  }
} */
@media (max-width: 1199px){
  .about-section p{
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px){
  .about-section p{
    font-size: 16px;
    line-height: 24px;
  }
  .about-section h2{
    font-size: 34px;
  }
  .about-section .page-center{
    padding: 0 50px;
  }
}
@media (max-width: 575px){
  .about-section .page-center{
    padding: 0 ;
  }
}