.page__content .page__right .start .logo {
  width: 175px !important;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.1));
}

.start h1 {
  margin: 0;
  font-family: var(--font-accent);
  font-weight: 900;
  font-size: 5em;
  line-height: 1;
}

/* Smartphones: Vertical and Horizontal */
@media only screen and (max-width: 767px), (max-height: 575px) {
	.start h1 {
        font-size: 2em;
		text-align: center;
    }
	
	.start_tagline {
		font-size: 1.2rem !important;
		text-align: center;
	}
	
}
