
@media only screen and (min-width: 1440px) {
	body {font-size: 14.48px;}
}

@media only screen and (min-width: 991px) and (max-width: 1000px)  {
     p {font-size: 12.48px;}
}

a {
	color: inherit;
}
