
.quick-links__container h3 {
    color: #000;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
}
.quick-links li:last-child {
    border-bottom: .1rem solid rgba(0, 46, 109, .1);
}
.quick-links li {
    border-top: .1rem solid rgba(0, 46, 109, .1);
}
.quick-links a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}
@media only screen and (min-width : 961px) {
    .quick-links {
        max-width: 39rem;
        margin-bottom: 4.376rem;
    }
    .quick-links__container h3 {
        font-size: 1.6em;
        line-height: 1.25em;
        margin-bottom: 2rem;
    }
    .quick-links li {
        padding: 1rem 0;
    }
    .quick-links a {
        font-size: 1em;
        line-height: 1.4em;
        letter-spacing: 0.04em;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .quick-links {
        max-width: 45rem;
    }
    .quick-links__container h3 {
        font-size: 1.6em;
        line-height: 1.25em;
        margin-bottom: 1.5rem;
    }
    .quick-links li {
        padding: 1rem 0;
    }
    .quick-links a{
        font-size: 1em;
        line-height: 1.4em;
        letter-spacing: 0.04em;
    }
}
