@media only screen and (min-width: 0px) {
	.component.intro-text .wrapper p {
	  color: #000;
	  font-size: 18px;
	  line-height: 26px;
	}
	.component.intro-text .cell.wrapper {
		min-height: 125px;
	}
}
@media only screen and (min-width: 640px){
	.folded-hero + .component.intro-text .cell.wrapper {
		padding-right: 40px;
	}
	.component.intro-text .wrapper p {
		font-size: 18px;
    	line-height: 26px;
	}
}
@media only screen and (min-width: 1024px){
	.component.intro-text .wrapper p {
		font-size: 22px;
    	line-height: 33px;
	}
}