/* Local overrides */

/* section welcome */
@media only screen and (min-width: 1069px) {
	.section-welcome .header-headline {
		max-width: 785px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-welcome .header-headline {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Highlights */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-highlights .section-header .section-header-headline {
		max-width: 92%;
	}
}

/* Widgets highlights */
@media only screen and (max-width: 344px) {
	[data-component-list="MediaCardGallery"]
		.media-gallery
		.media-gallery-item-widgets
		.caption,
	[data-media-card-gallery]
		.media-gallery
		.media-gallery-item-widgets
		.caption {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 390px) {
	[data-component-list="MediaCardGallery"]
		.media-gallery
		.media-gallery-item-widgets
		.caption,
	[data-media-card-gallery]
		.media-gallery
		.media-gallery-item-widgets
		.caption {
		max-width: 225px;
	}
}

/* Experiences */

@media only screen and (min-width: 1069px) {
	.section-experiences .typography-copy-section-headline .custom_wrap {
		white-space: nowrap;
	}
	.section-experiences .typography-copy-section-headline {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media only screen and (min-width: 780px) and (max-width: 1068px) {
	.section-experiences .typography-copy-section-headline .custom_wrap {
		white-space: nowrap;
	}
}

/* OS router */

[data-analytics-section-engagement="name:developers router"]
	.router-card
	.router-card-headline {
	max-width: 800px;
}
