.sec_posts{width: 1340px !important; margin: 95px auto 100px; padding: 20px 0px; overflow: hidden;}
.post{
	display: block; float:left; width: 380px; height: fit-content; padding: 20px; margin-left:60px; margin-bottom: 10px; background-color: #fff; border-radius: 10px;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0); transition: all .4s ease-in;
}
.post:first-of-type,.post:nth-of-type(3n+4){margin-left:40px !important; clear: both;}

.post img{
	width: 340px; height: 240px;
	border-radius: 10px;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.05); 
	
	-webkit-transform:scale(1, 1); transform: scale(1, 1);
	transition: all .4s ease-in;
}

.post:hover{
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 10%);
	cursor: pointer;
}
.post:hover img{
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0); 
	-webkit-transform:scale(1.02, 1.02); transform: scale(1.02, 1.02);
}

.post span{display: block; font-family: Roboto !important; font-weight: 900 !important; margin: 25px 0px;} 
.post h4{
	display: block;
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 30px !important;
}

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