.section-6-content {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px; */
	/* width: calc(382px * 3 + 30px * 2);
	height: calc(286px * 2 + 30px * 1); */

	width: calc(382px * 3 + 30px * 3);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	position: relative;
}

.section-6-content .section-6-card:nth-child(3):after {
	content: '';
	width: 233px;
	height: 208px;
	position: absolute;
	top: -208px;
	right: 30px;
	background: url(../static/images/6-ip.png) no-repeat center;
	background-size: contain;
}

.section-6-card {
	position: relative;
	background: #ffffff10;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 36px 27px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	width: 382px;
	height: 286px;
	margin: 15px;
}

.section-6-card p {
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 27px;
}

.section-6-card span {
	color: #e3defe;
	font-size: 16px;
}

.section-6-info {
	box-sizing: border-box;
	padding: 36px 27px;
	border-radius: 30px;
	border: 1px solid #ffffff30;
	background: url(../static/images/6-text.png) no-repeat right 33px bottom 33px;
	background-size: 136px 93px;
	display: flex;
	font-size: 16px;
	color: #e3defe;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	width: 382px;
	height: 286px;
	margin: 15px;
}

.section-6-info .common-btn {
	transform: scale(0.8);
	transform-origin: left bottom;
}
.section-6-info .common-btn::after {
	content: '';
	width: 60px;
	height: 57px;
	position: absolute;
	left: -10px;
	top: -30px;
	background: url(../static/images/6-btn-ip.png) no-repeat center;
	background-size: contain;
}
