img {
	max-width: 1280px;
}
.raloy-title{
	display: inline;
	vertical-align: middle;
}

.raloy-cell{
	margin: 0 auto;
}
.raloy__header-row{
	padding: 0 40px;
}

.raloy-h4{
	text-align: center;
}

.raloy-grid{
	margin: 0 auto;
	text-align: center;
}

.raloy-title__mobile {
    display: none !important;
}

@media (max-width: 900px) {

	.raloy-title {
	    display: none !important;
	}

	.raloy-title__mobile {
	    display: block !important;
	    text-align: center;
	}

}