.header {
    background: rgb(0, 0, 0);
}
.declaration-main {
    padding: 100px 0;
}
.declaration-main .text-container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.declaration-main .text-container h1 {
    margin: 50px 0;
    font-size: 22px;
    color: #0096ff;
}
.declaration-main .text-container h2 {
    margin: 36px 0;
    font-size: 16px;
    color: #0096ff;
}
.declaration-main .text-container h3,
.declaration-main .text-container h4,
.declaration-main .text-container h5,
.declaration-main .text-container p {
    margin: 0;
    line-height: 2.43em;
    font-size: 14px;
    color: #333;
}
.declaration-main .text-container h3 {
    font-size: 15px;
    color: #0096ff;
    margin-bottom: 10px;
}
.declaration-main .text-container h5 {
    font-weight: normal;
}
.declaration-main p.emphasize {
    margin: 24px 0;
    font-size: 18px;
}
