.oc-triggerPartnerComponent {
	background-color: #133e8d;
}

.highlightTexts {
	padding: 20px;
}

.highlightTexts h2,
.highlightTexts h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.highlightTexts h2 {
	font-size: 21px;
	color: #fff;
}

.highlightTexts h3 {
	margin-bottom: .2em;
	font-size: 17px;
	color: #fec34b;
}

@media screen and (min-width: 650px) {
	.highlightTexts {
		box-sizing: border-box;
		padding: 8% 20px 12% 10%;
		max-width: 460px;
	}
}

/** Optimize text sizes for various screen sizes */

@media screen and (min-width: 760px) {
	.highlightTexts h2 {
		margin-bottom: 1.3em;
		font-size: 26px;
	}

	.highlightTexts h3 {
		margin-bottom: .5em;
	}
}

@media screen and (min-width: 980px) {
	.highlightTexts h2 {
		font-size: 32px;
	}
}