.text p,
.text ul,
.text ol,
.text blockquote,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    margin-top: 0;
}

.text > * + * {
    margin-top: 1em;
}

.text ul,
.text ol {
    padding-left: 1.5em;
}

.text li {
    margin-bottom: 0.5em;
}

.text a {
    color: inherit;
    text-decoration: underline;
}

.text strong {
    font-weight: 700;
}

.text em {
    font-style: italic;
}
.disclaimer .text{
    font-size: .8em;
    color: rgba(255, 255, 255, 0.9);

    font-weight: 400;
}