@charset "UTF-8";
/* CSS Document */

.wrapper {
    width: 100%;
}

.title {
  width: 100%;
  margin: 0 auto 80px;
}

.title h1 {
  font-size: 26px;
  text-align: center;
  margin: 130px auto 40px;
}

.title ul {
  
  width: 90%;
  margin: auto;
}

.title li {
  border-top: 1px solid #DADDD8;
  padding: 40px 0;
}

.founding{
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 2.4;
}

  .title ul li h5 {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: left;
    width: 100%;
}

.title ul li h5 span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1C1C1C;
    margin-right: 20px;
    font-size: 14px;
}

.title ul li:nth-child(n+2) p {
    font-size: 13px;
    width: 100%;
    margin: 20px auto 0 auto;
    letter-spacing: 1.3px;
    line-height: 2.4;
}
  
@media(min-width:1000px) {
  
  .title {
    width: 80%;
    margin: 0 auto 200px;
  }
  
  .title h1 {
    font-size: 33px;
    margin: 200px auto 100px;
  }
  
  .title ul {
  width: 100%;
}

.title li {
  padding: 50px 0;
}

.founding{
  margin: auto;
  text-align: left;
  width: 80%;
  font-size: 15px;
}
  
  .build {
    display: flex;
    margin: auto;
    font-size: 15px;
    letter-spacing: 1.3px;
    width: 80%;
    line-height: 2.4;
    justify-content: flex-end;
  }
  
  .title ul li h5 {
    font-size: 18px;
    width: 80%;
}

.title ul li h5 span {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1C1C1C;
    margin-right: 20px;
    font-size: 14px;
}

.title ul li:nth-child(n+2) p {
    font-size: 15px;
    width: 72%;
}
  
}



