#engineAjax{
	margin-top: 0px;
}

.sella-row{
	color: black;
	background: #FFF;
	padding: 50px 0px;
}

.sella-row-blue{
	color: white;
	background: #1630C3;
	padding: 54px 0px;
}
.sella-row-blue a, .sella-row-blue .sella-title{
	color: white;
}

.sella-title{
	font-size: 46px;
	line-height: initial;
	font-weight: 700;
	color: #042ccc;
}

.sella-sub-title{
	font-size: 33px;
	line-height: initial;
}

.sella-category .box{
	width: 250px;
	background: white;
	border-radius: 20px;
    padding: 42px 0px;
}

.sella-row-blue .float-table.sella-category{
	margin-left: -108px;
}
.sella-row-blue .float-table.sella-category > div{
	padding-left: 108px;
}

.sella-row-blue .float-table.sella-documents{
	margin-left: -60px;
}
.sella-row-blue .float-table.sella-documents > div{
	padding-left: 60px;
}

.sella-text{
	text-align: center;
}
.sella-text > div{
	display: inline-block;
	vertical-align: middle;
}

@media only screen
and (max-width: 600px){
	#sella-landing .bx-wrapper{
		padding: 0px;
	}
	.sella-text{
		padding: 0 20px;
	}
	.sella-text > div{
		display: block;
		text-align: left;
	}
	.sella-text > div + div{
		margin-top: 20px;
	}
}

@media only screen
and (max-width: 1049px){
	.sella-row-blue .float-table.sella-category{
		margin-left: 0px;
	}
	.sella-row-blue .float-table.sella-category > div{
		padding-left: 0px;
		float: none;
	}
	.sella-row-blue .float-table.sella-category > div + div{
		margin-top: 40px;
	}

	.sella-title{
		font-size: 23px;
	}
	.sella-sub-title{
		font-size: 16px;
	}

	.sella-row-blue .float-table.sella-documents{
		margin-left: -20px;
	}
	.sella-row-blue .float-table.sella-documents > div{
		padding-left: 20px;
		width: 50%;
		height: 150px;
	}
}
@media only screen
and (min-width: 1050px)
and (max-width: 1300px){
	.sella-title{
	    font-size: 34px;
	}
	.sella-sub-title{
		font-size: 25px;
	}

	.sella-row-blue .float-table.sella-category{
		margin-left: -60px;
	}
	.sella-row-blue .float-table.sella-category > div{
		padding-left: 60px;
	}
}