/* Section Header */ 
.promo-template .header2 {
	background: #ffffff url(/resources/images/pixel4a/pixel4-header-img.png)
		no-repeat right;
	border-bottom: 1px solid #707070;
	background-size: contain;
}

.promo-template .header2 .container {
	padding: 5%;
}

.promo-template .header2 .container-wrapper {
	text-align: center;
}

.promo-template .header2 img {
	display: none;
}

.promo-template .header2 .title {
	text-align: center;
	font-size: 40px;
}

.promo-template .header2 .superTitle {
	font-size: 58px;
	color: #28C2FE;
}

.promo-template .header2 .description {
	margin: 30px auto 40px;
	color: #707070;
}

.promo-template .button {
	border-radius: 30px;
	padding: 12px 35px;
}

/* Section More Info */
.promo-template .more-info .container-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-bottom: none;
}

.more-info .container-wrapper>div {
	width: 50%;
	display: flex;
	max-height: 420px;
	height: 100%;
	align-items: center;
	justify-content: center;
	align-items: center;
}

.more-info .container-wrapper>div:last-of-type {
	padding: 0 5% 0 0;
}

.promo-template .more-info .description {
	text-align: left;
	font-size: 22px;
	line-height: 38px;
}

/* Section More Info Secondary */
.promo-template .more-info.secondary .container-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.promo-template .more-info.secondary .container {
	padding: 0 5%;
}

.promo-template .more-info.secondary {
	background-color: #28C2FE;
	color: #FFFFFF;
}

.more-info.secondary .container-wrapper>div:last-of-type {
	padding: 0 5%;
}

/* Section Features */
.promo-template .more-info.features .container {
	padding: 3% 5%;
}

.promo-template .more-info.features .container-wrapper {
	display: block;
	text-align: center;
}

.more-info.features .container-wrapper>div:last-of-type {
	padding: 0;
	margin: 3% auto;
	width: 100%;
	max-width: 950px;
}

.feature-wrapper>div {
	width: 245px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 5% 2%;
	height: 256px;
	background: url(/resources/images/pixel4a/pixel4-gradient.png) no-repeat
		top center;
	margin: 7px;
}

.feature-wrapper img {
	height: 67px;
	margin: 10%;
}

.feature-wrapper .caption {
	font-size: 13px;
	color: #505050;
	text-align: center;
	width: 100%;
}

@media ( min-width :767px) and (max-width: 1320px) {
	.promo-template .header2 {
		background: #ffffff url(/resources/images/pixel4a/pixel4-tablet-img.png)
			no-repeat right;
		border-bottom: 1px solid #707070;
		background-size: contain;
	}
}

@media ( max-width : 768px) {
	/* header */
	.promo-template .header2 {
		background: none;
		border-bottom: unset;
	}
	.promo-template .header2 img {
		display: block;
	}
	.promo-template .header2 .container {
		padding-bottom: 0;
	}
	.promo-template .header2 .container-wrapper {
		width: 100%;
		max-width: 800px;
	}
	.promo-template .header2 .title {
		font-size: 24px;
	}
	.promo-template .header2 .superTitle {
		font-size: 38px;
	}

	/* more-info */
	.promo-template .more-info .container-wrapper {
		flex-direction: column-reverse;
	}
	.more-info .container-wrapper>div {
		width: 100%;
	}
	.more-info .container-wrapper>div:last-of-type {
		padding: 0;
	}
	.promo-template .more-info .description {
		text-align: center;
		font-size: 16px;
		line-height: 34px;
	}

	/* more-info secondary */
	.promo-template .more-info.secondary .container-wrapper {
		flex-direction: column;
	}
	.promo-template .more-info.secondary .container {
		padding: 0;
	}
	.more-info.secondary .container-wrapper>div:last-of-type {
		padding: 0 10%;
		min-height: 250px;
	}
	.more-info.secondary .
		/* more-info features */ .promo-template .title {
		font-size: 27px;
	}
	.more-info.features .container-wrapper>div:last-of-type {
		flex-direction: column;
		max-height: unset;
	}
}
