
.act_subtitle{
	margin-right: 50px;
}

#tabs2 .grid .col-2-3 p
{
	color: white;
	text-align: center;
	padding: 18px 45px 33px 45px;
	font-size: 1.9em;
	border-radius: 15px;
	margin-left: 50px;
	margin-right: 145px;

}

#tabs2 .grid .col-2-3 p:nth-child(1){
	background-color: rgb(237, 119, 116);
}
#tabs2 .grid .col-2-3 p:nth-child(2){
	background-color: rgb(80, 79, 97);
}
#tabs2 .grid .col-2-3 p:nth-child(3){
	background-color: rgb(50, 177, 150);
}

#tabs2 .grid .col-1-3 img{
	position: relative;
	top: 53px;
	left: -60px;
}