.postlink-block{
    margin-top: 26px;
}
.postlink-block a {
    display: block;
    background: #fff;
    text-decoration: none;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    font-weight: 700;
    padding: 16px 10px 16px 48px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 3%;
    position: relative;
}
.postlink-block a::before {
	content: "";
	width: 32px;
	height: 32px;
    background: url(../img/single/icon_post.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .postlink-block {
        margin-top: 2.67vw;
    }
    .postlink-block a {
    border-radius: 2.13vw;
    padding: 3.2vw 2.67vw 3.2vw 12.8vw;
    font-size: 3.73vw;
    }

    .postlink-block a::before {
    width: 8.53vw;
    height: 8.53vw;
    left: 2.67vw;
    }
}

.postlink-block-preview{
    display: block;
    background: #fff;
    text-decoration: none;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    font-weight: 700;
    padding: 16px 10px 16px 48px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 3%;
    position: relative;
}