.about{
  font-family: 'SebangGothic', sans-serif;
  background:#fbece7;
  padding:3em 0;
}

.about h3{
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 1.7px;
  text-align: left;
  margin-bottom: 2em;
  color: #865b8b;
  font-weight: 700;
}
.about h3 span{
  font-weight: 400;
}
.about p {
  color:#865b8b;
  font-size: 1.4em;
  letter-spacing: 2.2px;
  text-align: right;
  line-height: 2;
}
.about p:nth-last-of-type(1) {
    text-align:justify;
}

@media ( max-width : 767px) {
  .about h3, .about p, .about hr{
    width: 352px;
    margin:0 auto;
  }
  .about h3{
    font-size:1.1em;
    margin-bottom: 2em;
  }
  .about p{
    font-size:1em ;
  }
  .about p:nth-last-of-type(1){
    letter-spacing: 2px;
  }

  .about hr {
    margin:4em auto;
    border: 1px solid rgba(134,91,139, 0.1);
  }
}

@media ( min-width : 768px) {
    .about h3, .about p, .about hr{
      width: 485px;
      margin:0 auto;
    }
    .about h3{
        margin-bottom: 2em;
    }
    .about hr {
      margin:4em auto;
      border: 1px solid rgba(134,91,139, 0.1);
    }
  }
