.posts_single-head{
    position: relative;
}
.posts_single-img img {
    width: 100%;
    height: 100%;
    max-height: 33vh;
    object-fit: cover;
}
.posts_single-desc{
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
}
.posts_single-title{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.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;
}

@media (min-width: 768px) {
    .posts-bg {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .posts_single-img{
        width: 100%;
        max-width: 770px;
        height: 545px;
        overflow: hidden;
    }
    .posts_single-img img {
        max-height: none;
    }
    .posts_single-desc{
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        padding: 0 15px;
        background: none;
    }
    .posts_single-title{
        font-size: 32px;
    }
}

.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:not(.btn) {
    color: #191919;
}
.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;
}

.section_padd{
    padding-top: 48px;
    padding-bottom: 52px;
}