#projects-wrapper, #posts-wrapper{
    left:calc(50% - 350px);
}

.block{
    display: block;
    position: relative;
    top: -5px;
    width: 700px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 200px;

    cursor: pointer;

    transition: opacity 0.5s, top 0.5s, background-color 0.5s;
}
.block:hover{
    background-color: rgba(95, 200, 232, 0.1);
}

.block-image{
    float: left;
    width: 200px;
    height: 200px;
    background-color: rgba(95, 200, 232, 0.1);
}

.block-content{
    display: inline-block;
    width: calc(100% - 240px);
    padding: 10px 20px 0px 20px;
}

.block-title{
    font: 25px "source-sans-pro";
    font-weight: 300;
    border-bottom: 1px solid #DDD;
    color: #00a1bc;
    padding-bottom: 10px;
}

.block-subtitle {
    color: #76b2b9;
    position: relative;
    display: inline;
}

.block-description{
    font: 18px "source-sans-pro";
    font-weight: 300;
    padding-top: 15px;
}
