section[data-cattype="401"]{
    padding-top: 20px;
	
}

section[data-cattype="401"] .item_content.grid_item.align-center.trans-all {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

section[data-cattype="401"] h2{
    margin-bottom: 40px;
	color: #ffffff;
	font-size: 28px;
	font-weight:600;
	font-family: 'open_sansregular';
	position: relative;
}

section[data-cattype="401"] h2:after{
	content:'';
	position:absolute;
	border-bottom : 1px solid #f57e2a;
	width: 50px;
	bottom: -10px;
	left: 47%;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}

@media (max-width: 480px) {
section[data-cattype="401"] .item_content.grid_item.align-center.trans-all {
  margin-bottom: 150px;
}
}