.about {
  background-color: red;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}
.about-1 {
  margin-left: 100px;
  margin-right: 100px;
}
.about-1 h2 {
  text-align: center;
  padding: 40px;
  font-size: 30px;
  font-weight: 600;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .about-1 h2 {
    font-size: 20px;
  }
  .about-1 p {
    font-size: 15px;
  }
}
.about-1 p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
@media screen and (max-width: 768px) {
  .about-1 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
