.featured_collection {
	& .columned_content {
		align-items: center;
		& .collection__title {
			padding: 0;
			& span {
				color: var(--Navy);
				text-transform: uppercase;
				font-size: 26px;
			}
		}
		& .button {
			margin-bottom: 0;
			display: block;
			&:last-child {
				margin: 0;
			}
		}
	}
	& .product-grid {
		margin-top: 20px;
	}
}
