/* --------- Responsive Styles ---------- */
@media only screen and (max-width: 960px) {
	.subtitle.bottom-center {
		font-size: 23px;
		width: 90%;
		margin: auto;
	}

}

@media only screen and (max-width: 500px) {
	.subtitle.bottom-center {
		font-size: 22px;
	}

}