.typography-value-prop {
	line-height: 1.2;
}

.typography-section-headline {
	line-height: 1.2;
}

/**custom ag link for payment link in offers section**/
.ag-payment-link {
	font-size: 17px;
	color: #06c;
	display: flex;
	justify-content: center;
	margin: auto;
	padding-top: 20px;
}
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:after {
	display: inline;
	position: static;
}

/* Devices section */
.section-devices .devices.spacing-updates {
	max-width: 700px;
}

.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
	margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
		margin-top: 31px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .devices.spacing-updates .device:nth-child(4), .section-devices .devices.spacing-updates .device:nth-child(5) {
		margin-top: 40px;
	}
}
