h1 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	opacity: 1;
}

h2 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 36px;
    line-height: 47px;
	opacity: 1;	
}

h3 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 24px;
	line-height: 37px;
	opacity: 1;
}

h4 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 20px;
	line-height: 29px;
}

p {
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	
}

@media only screen and (max-width: 767px) {
	h1 {
		letter-spacing: -0.9px;
		font-size: 30px;
		line-height: 37px;
	}
	h2 {
		letter-spacing: -0.78px;
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 24px;
		letter-spacing: -0.72px;
		line-height: 29px;
	}
	h4 {
		font-family: 'Poppins';
		font-weight: 500;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.6px;
	}
}