.posts_single-head{
    position: relative;
}
.posts-bg {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
}
.posts_single-img img {
    width: 100%;
}
.posts_single-img{
    width: 100%;
    max-width: 770px;
    height: 545px;
    overflow: hidden;
}
.posts_single-desc{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    padding: 0 15px;
}
.posts_single-title{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: black;
    margin: 40px 0 16px 0;
}
.posts_single-date-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: block;
}
.posts_single-date{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.posts_single-content, .posts_single-content p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    display: block;
    margin-bottom: 18px;
}
.posts_single-content a{
    color: #191919;
    text-decoration: underline;
}
.posts_single-content ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.posts_single-content ulk li{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    margin-bottom: 18px;
    display: flex;
}
.posts_single-content ul li:before{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACHSURBVHgBpc/RDYUgDAXQtiziKo7ApCQs4CiPRYDnJWoU0RS8P5SWngSmD3HOTcaYBbXQYE7IhDvTQCokxBjnbqiFWGtDF/SEYKaG3pACee9/KOpBD4JIzhlneYiFEaRAKaV5xUIL0yLla/uCiCzMfCygr0UOqIVtbRVygRoYaZEbVGGkRZA/6RqEh92hTlIAAAAASUVORK5CYII=') no-repeat;
    min-width: 18px;
    height: 13px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 3px;
}
.posts_single-share{
    display: flex;
    align-items: center;
}
.posts_single-hr{
    padding-top: 26px;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    margin-top: 20px;
}
.posts_single-share-title{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #A7A7A7;
    margin-right: 6px;
    display: inline-block;
}
.posts_single-share-link {
    margin: 0 6px;
}
.posts_single-go-back{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #191919;
    padding-bottom: 6px;
    border-bottom: 1px solid #191919;
}
.posts_single-go-back:hover{
    color: #191919;
    text-decoration: none;
}


@media (max-width: 767.98px) {
    .posts_single-date-title {
        color: #000;
    }
}
