.ctagem--container {
	padding: 30px;
}

@media (min-width: 992px) {
	.ctagem--container {
		padding: 60px 30px;
	}
}

.ctagem--small-title {
	color: var(--theme-green);
	margin-bottom: 1rem;
}

.has-theme-charcoal-background-color .ctagem--small-title,
.has-theme-dk-charcoal-background-color .ctagem--small-title {
	color: var(--theme-lavender);
}

.ctagem--copy {
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.ctagem--image {
		max-width: 400px;
		margin: 30px auto -30px;
	}
}

@media (min-width: 992px) {
	.ctagem--image {
		align-self: flex-end;
		margin-right: -30px;
		margin-bottom: calc(-60px - 8.3vw);
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1360px) and (max-width: 2000px) {
	.ctagem--image {
		margin-right: calc((100vw - var(--scrollbar-width) - 1300px + 60px) / 2 * -1);
		width: calc(50vw - 60px);
	}
}