header{
	background: var(--verde);
}
header .imagem{
	text-align: center;
}
header .imagem img{
	width: 100%;
	max-width: 1600px;
}
header .row{
	align-items: center;
}
header .row .croplife,
header .row .boas-praticas-agricolas{
	width: calc(50% - 1em);
	padding: 4em 2em 4em 2em;
	text-align: center;
}
header .row .croplife img{
	width: 100%;
	max-width: 242px;
}
header .row .boas-praticas-agricolas img{
	width: 100%;
	max-width: 364px;
}