@media (max-width: 768px) {
	#home .banner .bannertext p:first-of-type {
		font-size: 28px;
		line-height: 45px;
		opacity: 1;
		margin-top: 0;
		word-break: break-word;
	}
}