@media only screen and (max-width : 420px){
	.display-5 {
		font-size: 35px !important;
	}
	.display-6 {
		font-size: 25px !important;
	}
	.position-relative {
		font-size: 35px !important;
	}
	.mb-3 {
		font-size: 14px !important;
	}
} 