@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.history {
    padding: 100px 100px 50px;
    color: #5a5c5f;
    text-align: left;
}
.history h1 {
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
.history h2 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
.history p {
    height: 100%;
}