    .info a {
        color: #0000EE !important;
    }

    .legendBorder {
        /* border: 1px solid #dee2e6 !important; */
        width: 25%;
        padding: 1em;
    }

    .legendBorder p {
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .legendBorder {
            width: 100%;
        }
    }