/* section Devices */
@media only screen and (min-width: 735px) {
	.section-devices .devices-other .devices-item {
		flex-basis: 18%;
		max-width: 18%;
	}
}
/* section-offers */

.overview-apple-one {
	left: 14%;
	margin: 0 auto;
	position: relative;
	max-height: 253px;
}

@media only screen and (max-width: 1068px) {
	.overview-apple-one {
		left: 15%;
		max-height: 183px;
	}
}

.overview-fall22-apple-music {
	left: -11%;
	margin: 0 auto;
	position: relative;
	max-height: 253px;
}

@media only screen and (max-width: 1068px) {
	.overview-fall22-apple-music {
		max-height: 183px;
	}
}

@media only screen and (max-width: 734px) {
	.card-apple-one-offer .overview-apple-one {
		margin-right: 0;
	}
	.overview-apple-one {
		max-height: 100%;
		padding-bottom: 30px;
	}
	.overview-fall22-apple-music {
		max-height: 100%;
		left: -25%;
	}
}

@media only screen and (max-width: 552px) {
	.card-apple-one-offer .overview-apple-one img, .card-music-offer .overview-fall22-apple-music img {
		max-width: 100%;
		position: absolute;
		left: auto;
		right: auto;
	}
	.card-apple-one-offer .overview-apple-one {
		left: auto;
		right: auto;
		--p-width: 251px;
		--p-height: 251px;
		margin-right: auto;
		left: 25px;
		min-height: 183px;
	}
	.card-music-offer .overview-fall22-apple-music {
		left: auto;
		right: auto;
		max-height: 183px;
	}
}

/*Payment method*/
.tile-cta {
	font-size: 17px;
	text-align: left;
	padding-top: 50px;
}

/* LG logo ALT */
.section-devices .devices-other .device-lg-tv-alt {
	padding-top: 12px;
}

@media only screen and (max-width: 1068px) {
	.section-devices .devices-other .device-lg-tv-alt {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .devices-other .device-lg-tv-alt {
		padding-top: 1px;
	}
}
