@media screen and (max-width: 768px) {
    .ancLinkList a {
        font-size: min(3.3vw, 18px);
    }
}