body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    background-color: #fff;
}

.container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-content {
    padding: 40px 0 20px;
}

.page-content h1 {
    font-weight: 700;
    text-align: left;
    font-size: 32px;
    line-height: 60px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.last-update, .top-text {
    margin-bottom: 40px;
}

.last-update {
    text-align: left;
    font-weight: 700;
}

.item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.item-title {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.item-content {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}