/* Local Overrides */
.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;
	}
}
