/* Add here all your CSS customizations */
@media (max-width:575px) {
	.header-logo a img {
		height: 125px !important;
	}
}

@media (min-width:575px) {
	.custom-text-9 {
		font-size: 55px !important;
		padding-bottom: 10px;
	}
	.custom-text-4 {
		font-size: 25px !important;
	}
}