/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.features { column-count: 1; column-gap: 30px; }
.feature { margin-bottom: 30px; }

.boat__content span { font-size: 11px; text-transform: uppercase; color: var(--accent-color); }

@media (min-width: 992px) { 
	.features { column-count: 2; column-gap: 30px; }
}