.intronduction .body {
  overflow: hidden;
  position: relative;
  background: #ede6d6;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 1px 1px #bdbdbd;
}

.intronduction .body::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background: #d8171a;
}

.intronduction .body p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  text-indent: 2em;
  text-align: justify;
  word-break: break-all;
}

.intronduction .body p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
