@media only screen and (max-width:768px){
	.has-global-padding{
		padding: 0px 5px!important;
	}
	h1{font-size: 1.7rem}
	h2,.has-large-font-size{font-size: 1.5rem !important}
	h3{font-size: 1.3rem}
	h4{font-size: 1.2rem}
	h5{font-size: 1rem}
	body{
		font-size: 15px;
		--wp--style--global--content-size:100%;
	}
}