.section-hero .highlight-wrapper .highlight::before {
	transform: translateY(-55%);
}

@media only screen and (max-width: 734px) {
	.section-hero .section-copy {
		max-width: 340px;
	}

	.section-hero .typography-headline-super {
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
		transform: translateX(-10px);
	}
}

.section-zero-touch .highlight-wrapper {
	margin-left: 20px;
}

@media only screen and (max-width: 1068px) {
	.section-zero-touch .highlight-wrapper {
		margin-left: 10px;
	}
}

.section-zero-touch .highlight-wrapper .highlight::before {
	transform: translateY(-55%);
}

.section-manage .highlight-wrapper {
	margin-left: 10px;
	margin-right: 15px;
}

@media only screen and (max-width: 1068px) {
	.section-manage .highlight-wrapper {
		margin-left: 0;
		margin-right: 10px;
	}
}

.section-integration .highlight-wrapper .highlight::before {
	transform: translateY(-55%);
}

.section-integration .deploy-and-manage-it-headline .highlight {
	margin-left: 10px;
}

@media only screen and (max-width: 734px) {
	.section-integration .deploy-and-manage-it-headline .highlight {
		margin-left: 5px;
	}
}

.section-integration .grid-bentos .grid-item.tile-span {
	min-height: 650px;
}

@media only screen and (max-width: 1068px) {
	.section-integration .grid-bentos .grid-item.tile-span {
		min-height: 480px;
	}
}

@media only screen and (max-width: 734px) {
	.section-integration .grid-bentos .grid-item.tile-span {
		min-height: 440px;
	}
}

.modal-success-story .modal-content .modal-stats .modal-stat-label {
	max-width: 100%;
}

@media only screen and (max-width: 734px) {
	.modal-success-story .modal-content .modal-stats .modal-stat-label {
		max-width: 150px;
	}
}

@media only screen and (max-width: 320px) {
	.modal-success-story .modal-content .modal-stats.row .stat {
		margin-top: 10px;
	}

	.modal-success-story .modal-content .modal-stats.row .stat:first-child {
		margin-top: 0;
	}

	.modal-success-story .modal-content .modal-stats .modal-stat-label {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1068px) {
	.modal.modal-bento.modal-storage.modal-full-bleed.modal-open {
		top: -1px;
	}
}
