
.dhpp_one {}
.dhpp_one a {
    /* border-bottom: 2px dotted #b5b5b5; */
    color: #333;
    text-decoration: none;
    padding: 0;
    background: #333;
    background: linear-gradient(
            180deg, rgba(51, 51, 51, 1) 40%, rgba(121, 184, 36, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
