/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p {
		line-height: 1.4;
	}

	h1 {
		font-size: 2.8em;
		line-height: 1;
	}

	h2 {
		font-size: 2.2em;
		line-height: 1.1;
	}

	h3 {
		font-size: 1.8em;
	}



}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	body {
		font-size: 15px;
	}

	.brand {
		width: 20rem;
	}

	.titleRR {
		margin: 40px 0;
		font-family: "Anek Devanagari", sans-serif;
		font-size: 20px;
		color: var(--primary);
		text-align: center;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 5.506px;
		text-transform: uppercase;
	}

}