.sec_posts{margin: 25px auto 30px;}
.post{display: block; float:left; width: 48%; height: fit-content; margin-bottom: 25px; background-color: #fff;}

.post:nth-of-type(odd) {
    clear: both; margin-right:4% !important;
}

.post img{
	width: calc(100% - 5px); border-radius: 2%;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.post span{display: block; font-size: 12px; width: calc(100% - 5px); font-family: Roboto !important; font-weight: 900 !important; margin: 10px auto;} 
.post h4{
	display: block; width: 100%; margin: 0px auto 10px;
    font-size: 14px !important;
    line-height: 20px !important;
}
.post p{font-size: 12px !important; line-height: 18px !important;}

.pagenation{float: left !important;}
.ptop{margin: 0px 0px 35px !important;}
.pbottom{margin: 35px 0px 0px !important;}