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

}

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

}