.text-grid,
.subscription {
	overflow: hidden;
}

.subscription .category,
.text-grid .grid-item {
	background: #fff;
	border: 1px solid #dadbda;
	border-bottom-width: 3px;
	box-sizing: border-box;
	margin-bottom: .5rem;
	padding: 2.5rem 1rem 2rem;
	text-align: center;
}

.subscription .category .category-header,
.subscription .category .category-sports,
.text-grid .grid-item .section-title {
	color: #343434;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.subscription .category hr,
.text-grid .grid-item hr {
	border: none;
	margin: 1rem auto;
	width: 25%;
}

.subscription .category hr,
.text-grid .treatement-red hr,
.text-grid .treatment-red hr {
	border-top: 3px solid #cf0a2c;
}

.text-grid .treatment-yellow hr {
	border-top: 3px solid #eeb74d;
}