/* Local overrides */
/* fitness link */
.section-featured-apps .card .ctas-wrapper .link.custom_desktop {
	display: inline-flex;
}
@media only screen and (max-width: 734px) {
	.section-featured-apps .card .ctas-wrapper .link.custom_desktop {
		display: none;
	}
}

.section-featured-apps .card .ctas-wrapper .link.custom_mobile {
	display: none;
}

@media only screen and (max-width: 734px) {
	.section-featured-apps .card .ctas-wrapper .link.custom_mobile {
		display: inline-flex;
	}
}
/* --- */

@media only screen and (min-width: 1316px) {
	.section-routers .router-copy {
		margin-top: 20px;
		margin-left: 85px;
		margin-right: 85px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 753px) {
	.section-routers .router-copy.access {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 734px) {
	.typography-card-copy.find {
		width: 101% !important;
	}

	.typography-card-copy.classical {
		width: 103% !important;
	}

	.ctas-wrapper.logic-pro {
		margin-top: -5px !important;
	}
}
