.last-content-box {
        margin: 0 0 8px;
    }
        .last-news-box  {
            float: left;
            width: 65%;
        }
		
		.last-forum-post-box {
			float: left;
            width: 35%;
		}
		
        .last-content-header {
            background: url(../img/last-content-heade-bg.png) repeat-x center top #787878;
            color: #476094;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            padding: 6px 20px;
        }
        .last-content-header a {
            color: #476094;
            text-decoration: none;
        }
            .last-news, .last-forum-post {
                background: #fefefe;
            }
            .last-forum-post {
                padding: 0 0 10px;
            }
            .last-news {
                margin-right: 8px;
            }
                .last-forum-post-row {
                    padding: 6px 20px;
                    margin: 0 0 25px;
					height: 108px;
                }  
                .last-news-row {
                    height: auto;
                    padding: 6px 20px;
                    margin: 0 0 25px;
                }
                    .last-news-row-comments {
                        float: right;
                        color: #1B1C1C;
                        font-size: 12px;
                    }
                        .last-news-row-comments a {
                            color: #1B1C1C;
                            text-decoration: none;
                        }
                        .last-news-row-comments a:hover {
                            text-decoration: underline;
                        }
                    .last-news-row-date {
                        color: #1B1C1C;
                        font-size: 12px;
                    }
                        .last-news-row-date a {
                            color: #1B1C1C;
                            text-decoration: none;
                        }
                        .last-news-row-date a:hover {
                            text-decoration: underline;
                        }
                    .last-news-row-text {
                        color: #1B1C1C;
                        font-size: 16px;
                        line-height: 100%;
                    }
                        .last-news-row-text h2 {
                            line-height: 20px;
                            padding: 0;
                            margin: 0 0 10px 0;
                            font-size: 18px;
                        }
                        .last-news-row-text a {
                            color: #1B1C1C;
                            text-decoration: none;
                        }
                        .last-news-row-text h2 a {
                            color: #476094;
                        }
					
					.last-news-row-image {
						float: left;
						margin: 0 10px 5px 0;
					}
            .last-news-pagination {
                overflow: hidden;
                padding: 0 20px 15px;
                margin: -15px 0 0;
            }
                .last-news-pagination a {
                    color: #1B1C1C;
                    text-decoration: none;
                    display: block;
                    float: left;
                    padding: 0 5px;
                    border-right: 1px solid #1B1C1C;
                    line-height: 100%;
                    font-size: 12px;
                }
                .last-news-pagination a:last-child {
                    border: 0;
                }
                .last-news-pagination a:hover {
                    text-decoration: underline;
                }
            .last-forum-post-row {
                font-size: 14px;
                line-height: 100%;
                color: #1B1C1C;
                margin: 0 0 5px;
            }
                .last-forum-post-row-name {

                }
                    .last-forum-post-row-name a {
                        color: #1B1C1C;
                        text-decoration: none;
                    }
                    .last-forum-post-row-name a:hover {
                        text-decoration: underline;
                    }
                .last-forum-post-row-text {
                    
                }
@media screen and (max-width: 1005.80px) {
    .last-news-row {
        display: flex;
        height: auto !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border: 2px solid #6abbe2;
        margin: 5px 0;
    }
}