#lastPostProfile {
    display: flex;
    flex-direction: column;
    background: var(--third-color);
    margin: 0 auto 30px;
    padding: 0 15px 20px;
    border-radius: 10px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    max-height: 200px;
}

#lastPostProfile .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lastPostProfile .header h3 {
    font-size: 13px;
    font-weight: 400;
}

#lastPostProfile .header h4 {
    font-size: 18px
}

#lastPostProfile .mycode_img {
    max-width: 400px;
}
#lastPostProfile .text{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    }
		