.category-main-post-item {
    width: 100%;
    height: 460px;
}

.cmp-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.cmp-img {
    width: 100%;
}

.cmp-description {
    padding-top: 10px;
}
.cmp-title {
    position: absolute;
    bottom: 0;
    left: 0;
	color: #000000;

    width: 50%;
    padding: 10px 20px 10px 0;
    min-height: 20%;
    background-color: #fff9ed;

    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}

.cmp-desc-head {
    font-size: 12px;
}

.cmp-desc-head span {
    border-right: 1px solid #999999;
    padding-right: 7px;
    margin-right: 5px;
}

.cmp-desc-head span:last-child {
    border-right: none;
}

.cmp-content {
    padding-top: 10px;
    font-size: 12px;
}


@media (max-width: 1070px) {
    .category-main-post-item {
        height: auto;
		margin-bottom: 15px;
    }
	
	.cmp-title {
		min-height: auto;
		padding: 20px 20px 20px 0;
	}
	
	
}