.text-block h2 {
    margin-bottom: 1.5rem;
}

.text-block p {
    letter-spacing: 0;
    font-size: 1.6rem;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0;
    color: #68778d;
    line-height: 2.4rem;
}

.text-block--richtext a,
.text-block--image a,
.text-block .checklist a,
.text-block .style1 a {
    text-decoration: underline;
    color: #03274f;
}

.text-block--richtext a:hover,
.text-block--image a:hover,
.text-block .checklist a:hover,
.text-block .style1 a:hover {
    color: #8ac716;
}

.checklist {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
@media (min-width: 992px) {
    .checklist {
        width: 56.3rem;
    }
}
.checklist-center {
    margin: 0 auto;
}
.checklist-right {
    margin-left: auto;
}

.checklist ul,
.text-block--richtext ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.checklist li,
.text-block--richtext li {
    margin-bottom: 1rem;
    color: #68778d;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    position: relative;
    padding-left: 3.6rem;
}

.text-block--richtext ul {
    padding: 0
}

.text-block--richtext li {
    text-align: left;
}

.text-block--richtext h2:first-of-type:empty {
    display: none;
}
.text-block--richtext h3:first-of-type,
.text-block--richtext h4:first-of-type,
.text-block--richtext h5:first-of-type,
.text-block--richtext h6:first-of-type {
    margin-top: 3px;
}

.checklist li:before,
.text-block--richtext li:before {
    display:inline-table;
    content: '';
    background-image: url(../../images/icons/icon-check.svg);
    width: 36px;
    height: 30px;
    margin-top: 0.6rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
}

.text-block__image {
    border-radius: 1.6rem;
    width: 100%;
}

ul.bulletlist {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

ul.bulletlist li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.25rem;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

ul.bulletlist li:before {
    content: none;
}

.sidebar-right .text-block-section {
    padding-top: 0;
}
