@media (max-width: 1199px) {
	html {
		font-size: 8px;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 7px;
	}
	.visible-lg {
		display: none;
	}
	.m-menu-link {
		display: block;
		color: white;
		font-size: 3rem;
	}
	.get-started-btn {
		margin: 0;
	}
	.price-tags {
		flex-direction: column;
		align-items: center;
	}
	.price-tag {
		width: 80%;
		margin: 2rem auto;
	}
	.footer {
		justify-content: center;
	}
	.footer-menu {
		display: none;
	}
	.legal {
		flex-direction: column;
		padding-bottom: 2rem;
	}
	.social-links {
		padding-top: 2rem;
	}
	.social-links a{
		font-size: 3rem;
	}
	.main-text span, .main-text p {
		font-size: 2rem;
	}
}

@media (max-width: 500px) {

}
	
