.text-one {

} .text-one>h2 {
    font-size: 2.33em;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 10px;
} .text-one>h3 {
    font-size: 2.73em;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 10px;
} .text-one>h3>span {
    background: #f4f4f4;
    border-radius: 2px;
} .text-one>p {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    color: #2E3A45;
} .text-one>ul>li {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5;
    color: #2E3A45;
    list-style-type: none;
} .text-one>ul>li:before {
    content: "\2022";
    content: "\26AC";
    color: #094074;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    /* font-size: .9em; */
    font-weight: 500;
    margin-left: -1em;
}
.text-accent, .text-accent>h1, .text-accent>h2, .text-accent>h3, .text-accent>h4, 
    .text-accent>h6, .text-accent>p, .text-accent>a {
    color: white;
    text-decoration: none;
}
.text-pad {
    margin-bottom: 5%;
} .text-pad ul {
    margin: 0;
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
}
