
	.about-container {
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 20px 22px 44px #cccc;
  margin-top:200px;
  
}

.about-header {
  text-align: center;
  margin-bottom: 30px;
}

.about-header h1 {
 
    color: #dc2c1b;
}

.about-header p {
  font-size: 23px;
    color: #666;
    margin-top: 0;
}

.about-section {
  margin-bottom: 20px;
}

.about-section h2 {
  font-size: 24px;
    color: #dc2c1b;
    margin-bottom: -12px;
}

.about-section p {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}

.about-section ul {
  list-style: disc;
  padding-left: 20px;
  color: #555;
}

.about-section ul li {
  margin-bottom: 8px;
}





@media (max-width: 768px) {
  
.container {
    padding-right: 4px;
    padding-left: 4px;
    margin-right: auto;
    margin-left: auto;
}
  .about-header h1 {
    font-size: 28px;
  }

  .about-section h2 {
    font-size: 20px;
  }
  .about-container {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 20px 22px 44px #cccc;
    margin-top: 61px;
}







}
	