.page-crop-protection .fcb-articles-list img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.page-crop-protection img {
	width: 100%;
	object-fit: cover;
}
.page-crop-protection .content-4-column-block-crop-protection-top {
	margin-top: 6rem;
}
.page-crop-protection .custom-learnmore-subcategory h3 > a > span {
	color: #008551;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.15;
}
.page-crop-nutrition .custom-learnmore-subcategory h3 > a > span:hover,
.page-crop-protection .custom-learnmore-subcategory h3 > a > span:hover {
	text-decoration: underline;
}
.page-crop-protection .content-rich-text-crop-protection p {
	/* text-align: end; */
	justify-content: flex-end;
	display: flex;
}
.page-crop-protection .fcb-articles-list {
	max-width: 90%;
}
.page-crop-protection .content-rich-text-crop-protection p strong a {
	color: #2c2c2c;
	display: block;
	float: left;
	font-size: 11px;
}
.page-crop-protection .content-rich-text-crop-protection p strong a:hover {
	text-decoration: none;
	color: #f47e28;
}
.page-crop-protection .content-rich-text-crop-protection .row {
	max-width: 90%;
}
@media screen and (max-width: 576px) {
	.page-crop-protection
		.content-4-column-block-crop-protection-top
		.container
		.row,
	.page-crop-protection
		.content-4-column-block-crop-protection-bottom
		.container
		.row {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	.page-crop-protection
		.content-4-column-block-crop-protection-bottom
		.container
		.row::before,
	.page-crop-protection
		.content-4-column-block-crop-protection-top
		.container
		.row::before {
		display: none;
	}
}
