/* === DESKTOP FIRST === */
@media (max-width : 1200px) {
	.fz36 {
		font-size: 28px;
	}
	.fz120 {
		font-size: 78px;
	}
	.fz60 {
		font-size: 36px;
	}
	.fact-h1 {
		font-size: 32px;
	}
}
@media (max-width : 992px) {
	.mobile-menu-hidden {
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 1;
	}
	.mobile-menu-hidden a {
		background-color: rgba(0,0,0,.8);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
	}
	.mobile-menu-hidden a:hover {
		background-color: rgba(0,0,0,1);
	}
	.section-hero {
		padding: 45px 0;
	}
	.section-hero__content__heading {
		text-align: center;
	}
	.fact-h1 {
		font-size: 24px;
	}
	.fz36,.section-title {
		font-size: 28px;
	}
	.fz120 {
		font-size: 78px;
	}
	.fz60 {
		font-size: 36px;
	}
	.section-hero__image img {
		border-radius: 10px;
	}
}
@media (max-width : 768px) {}
@media (max-width : 576px) {}