/*----------------------------------------------------------*/
/*  */

/* h2 styling on largest size */
@media (min-width: 992px) {
	.text-landing {
		font-size: 25px !important;
		line-height: 1.4;
	}
}

/* brand svg color */
.brand-img-color {
	filter: invert(36%) sepia(99%) saturate(4446%) hue-rotate(222deg) brightness(95%) contrast(92%);
}
