.bh-btn {
    display: inline-block;
    width: auto;
    margin:10px;
}

.bh-btn a {
    display: inline-block;
    background-color: #02bc94;
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 8px 1em;
    margin-bottom: 2.5rem;
}
.bh-btn a:hover {
    text-decoration: none;
    color: white;
    background-color: #018374;
}