.explore-jax-subtitle a {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 0px #c9fbff, 2px 2px 0px black;
}

.explore-jax-subtitle a:hover {
    text-shadow: 0px 0px 0px white, 2px 2px 0px black;
}

@media screen and (max-width: 800px) {
    .explore-jax-subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .explore-jax-subtitle {
        font-size: 4vw;
        line-height: 1.2;
    }

    .explore-jax-subtitle:last-of-type {
        display: none;
    }
}