.bottom-post-item {
    width: calc(25% - 8px);
}

.bottom-post-item:last-child {
    border-right: none;
}

.bp-image-container {
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
	position: relative;
}



.bp-description {
	padding: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bp-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
	color: #000000;

}





.bp-desc-head-head {
    font-size: 12px;

}

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

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



.bp-desc-bottom {
    font-size: 12px;

}

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

.bp-desc-bottom span:last-child {
    border-right: none;
}

@media (max-width: 360px) { 
	.bottom-post-item {
    	width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.bp-image-container {
		height: 100px;
	}
}