/* introduction*/
.introduction {
  /* background: #f5fafe url(../images/introduction-bg.png) no-repeat center; */
  background: #f5f5f5;
  padding: 60px 0 0px;
  background-size: cover;
}

.introduction p {
  font-size: 18px;
  line-height: 1.375;
  color: #231815;
}