.section-copy {
    background-color: #10294C;
    color: #fff;
    padding: 3.125rem 0 4.0625rem;
}

@media (min-width: 992px) {
    .section-copy {
        padding: 4.0625rem 0 8.125rem;
    }
}

.section-copy .container {
    max-width: 61.875rem;
}

.section-copy h2,
.section-copy h3,
.section-copy a {
    color: #fff;
}

.section-copy h2 {
    color: #FFF;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3571428571;
    letter-spacing: -0.02em;
    margin-top: 2.1875rem;
}

@media (min-width: 992px) {
    .section-copy h2 {
        margin-top: 4.6875rem;
    }
}

.section-copy ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-copy ul li+li {
    margin-top: 0.5rem;
}

.section-copy ul a {
    color: #18AEE1;
    text-decoration: underline;
    letter-spacing: -0.02em;
}

.section-copy ul a:hover {
    color: #e56b27;
}

.section-copy ul:not(.link-list) li {
    position: relative;
    padding-left: 1.25rem;
}

.section-copy ul:not(.link-list) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #18AEE1;
}

.section-copy .contact-block {
    letter-spacing: -0.02em;
}

.section-copy .contact-block--item+.contact-block--item {
    margin-top: 1.875rem;
}

.section-copy .contact-block h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 0;
}

.section-copy .contact-block a {
    text-decoration: underline;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .section-copy .contact-block a {
        font-size: 1.125rem;
    }
}

.section-copy .contact-block a:hover {
    color: #e56b27;
}

.section-copy .contact-block a+a {
    margin-left: 0.625rem;
}

.section-copy .block-published {
    margin-top: 4.125rem;
    font-size: 0.875rem;
}