@media only screen and (max-width: 600px) {
	.header-logo {
		margin: 0;
		left: 0;
    	display: flex;
    	justify-content: center;
    	position: relative;
	}

	.header-logo a {
		margin: 65px 0 0 0;
	}

	.home-content__main {
		padding-top: 21rem;
	}

	.home-content__main h1 {
		line-height: 3.4rem;
	}

	.home-content__main h4 {
		line-height: 3.8rem;
	}
}