.content-post {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: max-content;
}

.content-post__header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.content-post__header .text-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    margin-right: 30px;
}

.content-post__header>span {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    width: 35px;
    height: 30px;
    justify-content: center;
    direction: ltr;
    font-size: 16px;
    padding: 0;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
}



.item-content {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    font-size: 12px;
}

.item-content a {
    color: #444;
    text-decoration: none;
    line-height: 1.6;
}

.item-content a:hover {
    text-decoration: underline;
}

.item-content .heading-2 {
    padding-left: 10px;
    color: #a1a1a1;
}

.item-content .heading-3 {
    padding-left: 20px;
    color: #a1a1a1;
}

.item-content .heading-4 {
    padding-left: 30px;
    color: #a1a1a1;
}

.item-content .heading-5 {
    padding-left: 40px;
    color: #a1a1a1;
}

.item-content .heading-6 {
    padding-left: 50px;
    color: #a1a1a1;
}


.list-card .item-card .text-title {
    margin-top: 3000px;
}

@media only screen and (max-width: 480px) {
    .content-post{
        width: 100%;
    }
}
