.post_container{
    position: relative;
    overflow: hidden;

}
.post_container{
    padding: 13px;
    border-radius:5px;
    margin:10px;
	margin-left:20px;
}
.post_container{
   background-color: #66cc00;
   width:auto;
   max-height: 50px;
   transition:all 0.5s linear;
}
.post_container:hover{
    transition:all 1s linear;
    transition-delay: 0.5s;
    max-height:500px;
}
.post_container>p{
    color: black;
}
.post_name{
	
    font-weight: 600;
    font-size: 1.1em;
	padding-right: 20px;
}
.post_info{
	float:left;
    font-size: 1.1em
}
.new_row{
	  margin-top:50px;
    float: left;
    width: 1200px;
}
.container_one{
  margin-top: 70px;
}

@media screen and (max-width: 1400px){
	.new_row{
		width:60%;
	}
}
@media screen and (max-width: 900px){
	.new_row{
		margin-top:30px;
		width:90%;
	}
	.post_container{
		max-height:70px;
	}
}
