.caixa-descricao {
	margin-bottom: 80px;
}
.caixa-descricao.caixa .conteudo {
	width: 60%;
	font-size: 0.75rem;
	line-height: 1.3;
}

.caixa-descricao .img_topo {
	position: absolute;
	width: 86.5%;
	top: 0;
	right: 0;
	transform: translate( 19%, -41% );
}
.caixa-descricao .img_rodape {
	position: absolute;
	width: 46%;
	bottom: 0;
	left: 50%;
	transform: translate( -50%, 85% );
}


@media (min-width: 768px) {
	.caixa-descricao.margem-maior-dktp {
		margin-bottom: 24rem;
	}
}
@media (max-width: 767px) {
	.caixa-descricao .img_rodape {
		width: 57%;
	}
	.caixa-descricao.margem-maior-mob {
		margin-bottom: 55vw;
	}
}
@media (max-width: 480px) {
	.caixa-descricao .img_rodape {
		width: 82%;
	}
	.caixa-descricao.margem-maior-mob {
		margin-bottom: 77vw;
	}
}

