.container.feature[data-block='feature-block'] .top-section-content h1,
.container.feature[data-block='feature-block'] .top-section-content h2,
.container.feature[data-block='feature-block'] .top-section-content h3,
.container.feature[data-block='feature-block'] .top-section-content h5,
.container.feature[data-block='feature-block'] .top-section-content h6,
.diet-container.feature[data-block='feature-block'] .top-section-content h1,
.diet-container.feature[data-block='feature-block'] .top-section-content h2,
.diet-container.feature[data-block='feature-block'] .top-section-content h3,
.diet-container.feature[data-block='feature-block'] .top-section-content h5,
.diet-container.feature[data-block='feature-block'] .top-section-content h6 {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.container.feature[data-block='feature-block'] .top-section-content h1 {
	font-size: 64px;
	line-height: 66px;
	color: red;
}

.container.feature[data-block='feature-block'] .top-section-content h2 {
	font-size: 48px;
	line-height: 58px;
}

.container.feature[data-block='feature-block'] .top-section-content h3 {
	font-size: 40px;
	line-height: 50px;
}

.container.feature[data-block='feature-block'] .top-section-content h5 {
	font-size: 32px;
	line-height: 42px;
}

.container.feature[data-block='feature-block'] .top-section-content h6 {
	font-size: 18px;
	line-height: 28px;
}

.diet-container.feature[data-block='feature-block'] .top-section-content h1 {
	font-size: 64px;
	line-height: 66px;
	color: red;
}

.diet-container.feature[data-block='feature-block'] .top-section-content h2 {
	font-size: 48px;
	line-height: 58px;
}

.diet-container.feature[data-block='feature-block'] .top-section-content h3 {
	font-size: 40px;
	line-height: 50px;
}

.diet-container.feature[data-block='feature-block'] .top-section-content h5 {
	font-size: 32px;
	line-height: 42px;
}

.diet-container.feature[data-block='feature-block'] .top-section-content h6 {
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.container.feature[data-block='feature-block'] .top-section-content h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.container.feature[data-block='feature-block'] .top-section-content h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.container.feature[data-block='feature-block'] .top-section-content h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.container.feature[data-block='feature-block'] .top-section-content h5 {
		font-size: 24px;
		line-height: 34px;
	}

	.container.feature[data-block='feature-block'] .top-section-content h6 {
		font-size: 18px;
		line-height: 26px;
	}

	.diet-container.feature[data-block='feature-block'] .top-section-content h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.diet-container.feature[data-block='feature-block'] .top-section-content h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.diet-container.feature[data-block='feature-block'] .top-section-content h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.diet-container.feature[data-block='feature-block'] .top-section-content h5 {
		font-size: 24px;
		line-height: 34px;
	}

	.diet-container.feature[data-block='feature-block'] .top-section-content h6 {
		font-size: 18px;
		line-height: 26px;
	}
}

.container.feature[data-block='feature-block'] .top-section-content p,
.diet-container.feature[data-block='feature-block'] .top-section-content p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.container.feature[data-block='feature-block'] .top-section-content a,
.diet-container.feature[data-block='feature-block'] .top-section-content a {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	transition: 300ms ease-out;
	cursor: pointer;
}

.container.feature[data-block='feature-block'] .top-section-content a:hover,
.diet-container.feature[data-block='feature-block'] .top-section-content a:hover {
	color: #18a19a;
	transition: 300ms ease-out;
	cursor: pointer;
}

.container.feature[data-block='feature-block'] .top-section-content ul > li,
.diet-container.feature[data-block='feature-block'] .top-section-content ul > li {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
}

.container.feature[data-block='feature-block'] .top-section-content ul > li > p,
.diet-container.feature[data-block='feature-block'] .top-section-content ul > li > p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-left: 24px;
}

.container.feature[data-block='feature-block'] .top-section-content ol > li,
.diet-container.feature[data-block='feature-block'] .top-section-content ol > li {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 28px;
	list-style-type: decimal;
	list-style-position: inside;
}

.container.feature[data-block='feature-block'] .top-section-content ol > li > p,
.diet-container.feature[data-block='feature-block'] .top-section-content ol > li > p {
	color: #0c2850;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-left: 23px;
}

.secondary-btn-link {
	color: #0c2850 !important;
}
