.growth-content {
	
}
.growth-content .pss-growth {
	margin-top: 50px;
}
.growth-content .pss-growth .pss_growth_container {
	
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item {
	width:30%;
    margin-bottom: 20px;
    position: relative;
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_image_container {
	padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_image_container .pss_growth_featured {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
  transition: 0.4s transform;
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item:hover .pss_growth_image_container .pss_growth_featured {
    transform: scale(1.1);
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_content {
	
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_content .pss_growth_title {
	font-size:150%;
    margin:5px 0;
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_content .pss_growth_excerpt {
	
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_content .pss_growth_more {
	
}
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item .pss_growth_link {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.single-growth .entry-title {
    margin: 0 0 20px
}


@media only screen and (max-width: 768px) {
.growth-content .pss-growth .pss_growth_container .pss_growth_row .pss_growth_item {
	width:100%;
}
}