/* Start - Fitness Tile Height Adjustment */
.grid-item.grid-item-fitness {
	--tile-height: 608px;
}

@media only screen and (max-width: 735px) {
	.section-tile-grid .grid-item-fitness .tile-header p:nth-child(1) {
		font-size: 32px;
	}

	.section-tile-grid .grid-item-fitness .tile-header p:nth-child(3) {
		font-size: 32px;
	}

	.grid-item.grid-item-fitness {
		--tile-height: 508px;
	}
}

@media only screen and (min-width: 735px) {
	.section-tile-grid .grid-item-fitness .tile-header p:nth-child(1) {
		padding-bottom: 20px;
	}
}
/* End - Fitness Tile Height Adjustment */
