.about-header {
  width: 1200px;
  max-width: calc(100% - 40px);
  border-radius: 0 3px 3px 0;
  color: #00B19C;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  padding: 10px;
  margin: 40px auto;
  margin-bottom: 10px;
}
.about-image {
  width: 700px;
  max-width: 95%;
  margin: 20px auto;
  border-radius: 10px;
  display: block;
}
.about-text {
  width: 700px;
  max-width: 95%;
  margin: 20px auto;
  line-height: 25px;
  font-size: 95%;
  color: #666;
}
.content {
  width: 90%;
  max-width: 90%;
  margin: auto;
  display: flex;
  padding: 10px 0;
  height: calc(100% - 20px);
}
.content .image {
  width: 200px;
  height: auto;
  display: block;
}
.content .text {
  padding: 10px;
  margin: 0;
}
.content .text p {
  line-height: 25px;
  font-size: 18px;
  text-align: start;
  font-weight: normal;
  display: block;
  color: #000000;
  padding: 10px 0;
}
@media only screen and (max-width: 600px) {
}
