.blog-div {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    transition: all .1s linear 0s
}

.blog-div:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .25)
}

.blog-div-link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0
}

.blog-div figure {
    height: 180px;
    overflow: hidden;
    cursor: pointer
}

.blog-div-content {
    padding: 20px
}

.blog-div-extra {
    font-size: 14px;
    color: #888;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.blog-div-title {
    font-weight: 500;
    font-size: 16px
}

.blog-view-likes .blog-views {
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2020/11/view-icon.png) no-repeat left 10px center
}

.blog-view-likes .blog-likes {
    background: url(https://www.spaceotechnologies.com/wp-content/uploads/2020/11/like-icon.png) no-repeat left 10px center
}

.blog-view-likes strong {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    font-weight: 400
}


.lines-around:after,
.lines-around:before {
    position: absolute;
    left: 0;
    width: calc(50% - 100px);
    height: 1px;
    background: #ddd;
    content: "";
    top: 30px
}

.lines-around:after {
    left: auto;
    right: 0
}

.blog-subscription:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    z-index: -1;
    background-color: #2a3c4a
}

.blog-subscription .blog-box {
    position: relative;
    z-index: 1;
    padding: 30px
}

.blog-subscription .blog-box:before {
    position: absolute;
    background: #fff;
    content: '';
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0
}