.block-bounties {
    margin-bottom: 30px;
}
.block-bounties--bounty {
    
}
.block-bounties--bounty--image {
    display: inline-block;
    max-width: 100%;
    width: 140px;
    height: 140px;
    background-size: contain;
    background-position: center;
    /* border-radius: 50%; */
    background-repeat: no-repeat;
    /* border: 2px solid #E1E7E9; */
}
.block-bounties--bounty--tokens {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.block-bounties--bounty--tokens:before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #37606D;
    left: 0;
    top: 4px;
}
.block-bounties--bounty--category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}
.block-bounties--bounty--excerpt {
    font-size: 14px;
}