.imagem_texto_lateral_3 {
	width: 100%;
	display: block;
	padding: 80px 0;
	background: #fff;
	overflow: hidden;
}

.imagem_texto_lateral_3 .container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

.imagem_texto_lateral_3 .conteudo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}

.imagem_texto_lateral_3 .texto {
	width: 42%;
	display: block;
}

.imagem_texto_lateral_3 .tags {
	display: block;
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 800;
	color: #f8b400;
	text-transform: uppercase;
}

.imagem_texto_lateral_3 h2 {
	margin: 0 0 25px;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 900;
	color: #202124;
}

.imagem_texto_lateral_3 .descricao {
	width: 100%;
	display: block;
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: #222;
}

.imagem_texto_lateral_3 .descricao p {
	margin: 0 0 18px;
}

.imagem_texto_lateral_3 .descricao p:last-child {
	margin-bottom: 0;
}

.imagem_texto_lateral_3 .lista {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imagem_texto_lateral_3 .lista li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #202124;
}

.imagem_texto_lateral_3 .lista li img {
	width: 16px;
	height: 16px;
	display: block;
	object-fit: contain;
	flex: 0 0 auto;
}

.imagem_texto_lateral_3 .imagem {
	width: 58%;
	display: block;
}

.imagem_texto_lateral_3 .imagem img {
	width: 100%;
	height: 360px;
	display: block;
	object-fit: cover;
	object-position: center center;
	border-radius: 8px;
}

@media screen and (max-width: 991px) {
	.imagem_texto_lateral_3 {
		padding: 60px 0;
	}

	.imagem_texto_lateral_3 .conteudo {
		flex-direction: column;
		gap: 35px;
	}

	.imagem_texto_lateral_3 .texto,
	.imagem_texto_lateral_3 .imagem {
		width: 100%;
	}

	.imagem_texto_lateral_3 .imagem img {
		height: 360px;
	}
}

@media screen and (max-width: 767px) {
	.imagem_texto_lateral_3 {
		padding: 45px 0;
	}

	.imagem_texto_lateral_3 h2 {
		font-size: 24px;
	}

	.imagem_texto_lateral_3 .descricao,
	.imagem_texto_lateral_3 .lista li {
		font-size: 14px;
	}

	.imagem_texto_lateral_3 .imagem img {
		height: 280px;
	}
}

@media screen and (max-width: 575px) {
	.imagem_texto_lateral_3 {
		padding: 35px 0;
	}

	.imagem_texto_lateral_3 .imagem img {
		height: 220px;
		border-radius: 6px;
	}
}