.mountain-more-link {
    color: #333;
    font-weight: 700;
    position: relative;
}

.mountain-more-link:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background-color: #00c365;
    content: "";
}