/* Local Overrides */

/* AW2 image tile mobile */

@media only screen and (max-width: 768px) {
	#overview-consider-feature-adventure-1 {
		top: 17px;
	}
}

/* Accordion text */

@media only screen and (min-width: 734px) {
	.accordion-title-text {
		margin-right: 62px;
	}
}

/* ESSENTIAL CARD SECTION */
@media only screen and (min-width: 735px) {
	.essential-card-content .essential-card-text-container {
		max-width: 300px;
	}
}

@media only screen and (min-width: 735px) {
	.section-essentials .banner-card.banner-2-banner .banner-card-copy {
		max-width: 300px;
	}
}

/* pricing */
@media only screen and (min-width: 735px) {
	.section-select .product-tile-price {
		width: 220px;
	}
}
@media only screen and (max-width: 734px) {
	.section-select .product-tile-price {
		width: 180px;
	}
}

/* Get to know section, card 7 */

@media only screen and (max-width: 735px) {
	#feature-card-7
		.feature-card-content
		.feature-card-image-container.image-bottom-center {
		bottom: -5px;
	}
}

/* BAND BANNER */

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-pride .banner-card .banner-card-copy-column {
		--width: 445px;
		max-width: var(--width);
	}
}
