.nav {
    margin-top: 38px;
    margin-bottom: 39px;
    color: #404045;
}

.nav a {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 0;
    text-decoration-color: rgba(64, 64, 69, 0.4);
}

.nav strong {
    font-family: "Gotham Pro", sans-serif;
    color: #2160ad;
    font-weight: 400;
    /* line-height: 1.3; */
}

@media screen and (max-width: 1365px) {
    .nav {
        margin-top: 33px;
        margin-bottom: 33px;
        word-spacing: -0.8px;
    }

    .nav a {
        font-size: 14px;
        text-underline-offset: 2px;
    }

    .nav strong {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1023px) {
    .nav {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .nav {
        margin-top: 18px;
        margin-bottom: 18px;
        line-height: 1.1;
        word-spacing: -0.5px;
    }

    .nav strong {
        line-height: 1.4;
    }
}