.container5{
    width:90%;
    padding: 10px;
    margin: 100px auto ;
    justify-content: center;
    

}
.centered-container {
  margin-top: 100px; /* Adjust the value as per your requirement */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

  .about-us-section-area h1 {
    text-align: center;
    color: #d3212d;
    font-weight: 700;
    font-size: 65px;
    line-height: 200px;
    
  }
  
  
h4{
    color:#d3212d;
    
}
.description ul {
  list-style-type: disc;
  padding-left: 20px;
}
