.home-feature__content .header-primary {
	white-space: normal !important;
}
@media (min-width: 1280px){
	.home-feature .home-feature__content {
		padding-right: calc(50% - 574px + 1.875rem);
	}
}
@media (min-width: 1440px) {
    .home-feature .home-feature__content {
    	padding-right: 0;
	}
}