.projectblock {
    z-index: 1111;
    position: relative;
    margin-top: -1px;
    margin-bottom: -22px;
    padding-bottom: 26px;
}

a.interesting_widget_link {
    color: #060223;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    padding: 7px 10px;
    border: 1px solid #060223;
    transition: 0.8s all;
    position: relative;
    left: 0px;
    margin-left: 0px;
    bottom: 2px;
}

.share_top p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
    color: #333333;
    text-transform: uppercase;
}

.share_top {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid rgba(51,51,51,0.2);
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding-bottom-0{
    padding-bottom: 0px;
}