.idea {
	margin-bottom: 6.25rem;
}

.idea__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 1.5rem;
	-webkit-box-shadow: 0px 4px 11.4px 0px #a198e13b;
	box-shadow: 0px 4px 11.4px 0px #a198e13b;
	padding-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.idea__content img {
	margin-top: -1.125rem;
	margin-bottom: 0.3125rem;
}

.idea__title {
	text-align: center;
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 110%;
	color: #4834b4;
}

.idea__title span {
	font-style: italic;
	color: #eb0063;
}

.idea__subtitle {
	text-align: right;
	font-weight: 200;
	font-size: 1.125rem;
	line-height: 110%;
	font-style: italic;
	color: #4834b4;
	margin-left: auto;
	margin-top: 0.3125rem;
}

@media (max-width: 39.25em) {
	.idea__subtitle {
		text-align: center;
	}
}

@media (max-width: 29.99875em) {
    .idea {
		margin-bottom: 3rem;
	}

	.idea__content {
		border-radius: 1.125rem;
	}

	.idea__content img {
		margin-top: -1.9375rem;
		margin-bottom: unset;
	}

	.idea__title {
		font-size: 1.5rem;
	}

	.idea__title span {
		font-weight: 700;
	}

	.idea__subtitle {
		margin-top: 0.4375rem;
	}
}