/* Description */
.ai-powered-designer .description {
	position: relative;
	padding: 30px;
	background: linear-gradient(254.97deg, #014ce0 2.15%, #2c96ea 107.84%);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	overflow: hidden;
}
.ai-powered-designer .description h2 {
	font-weight: 400;
	margin-bottom: 7px;
	font-size: 22px;
}
.ai-powered-designer .description img {
	position: relative;
	margin: 0px;
	width: 330px;
}
.ai-powered-designer .description .article div:first-child {
	position: relative;
	width: auto;
}
.ai-powered-designer .description .article div:first-child > div:before {
    content: '';
    padding-top: 100%;
    float: left;
}
@media (max-width: 860px) {
	.ai-powered-designer .description .article {
		justify-content: center;
	}
}
@media (max-width: 640px) {
	.ai-powered-designer .description .article {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Report translation */
.ai-powered-designer .report-translation .article {
	background: #EEEEEE;
	border-radius: 7px;
}
/* Expression validation & Data generation */
.ai-powered-designer .expression-validation .columns > div,
.ai-powered-designer .data-generation .columns > div {
	align-self: center;
}
/* Connection check */
.ai-powered-designer .connection-check {
	background: #EEEEEE;
}
/* Video */
.ai-powered-designer .video.article .columns .iframe {
	padding-bottom: calc(50% * 5.54 / 16);
}
.ai-powered-designer .video.article .columns .iframe iframe {
	border-radius: 0px;
}
@media (max-width: 860px) {
	.ai-powered-designer .video.article .columns .iframe {
		width: 100%;
		padding-bottom: 57%;
	}
	.ai-powered-designer .video.article .columns:not(.reverse) > div:not(:last-child):first-child {
		margin: 0;
	}
	.ai-powered-designer .video.article .columns:not(.reverse) > div:not(:last-child):not(:first-child) {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 480px) {
	.ai-powered-designer .video.article .columns > div:nth-child(3) {
		margin: 40px 0 0 0;
	}
}