@charset "utf-8";
/* history */
#history {
    width: 90%;
    margin: 100px auto;
}
#history p {
  font-size: min(4vw, 16px);
}
#history h1 {
  font-size: min(10vw, 70px);
}
#history h2 {
  font-size: min(8vw, 50px);    
  padding: 0;
}
#history h3 {
  font-size: min(4vw, 18px);
  font-family: var(--brand-font-family);
  font-weight: normal;
  font-style: normal;       
  letter-spacing: 0;    
}
#history #manta {
  margin: 50px 0;
  padding-bottom: 50px;
  border-bottom: solid 1px #c8c8c8;
}
#history #lead {
  margin-bottom: 60px;
}
