.cBlock3 {
	margin-bottom:80px;
}
.cBlock3List {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 10px;
}
.cBlock3List .cBlock3Item .cBlock3Item_title {
	color: rgba(255, 255, 255, 1);
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0;
	text-align: left;
}
.cBlock3List .cBlock3Item {
	width: 313.33px;
	min-height: 314px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 90px 30px;
	box-sizing: border-box;
	border: 1px solid rgba(51, 51, 255, 1);
	border-radius: 20px;
	color: #fff;
	gap: 20px;
}
.cBlock3List .cBlock3Item:first-child,
.cBlock3List .cBlock3Item:hover {
	width: 470px;
	background: rgba(25, 140, 240, 1);
}
h2.cBlock3heading {
	color: rgba(255, 255, 255, 1);
	font-size: 35px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 45px;
	margin-top: 80px;
}
.cBlock3Item_text {
	color: rgba(255, 255, 255, 1);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}

.cBlock3 .formBtn {
	width: 100%;
	height: 62px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10;
	padding: 10px 20px 10px 20px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	background: rgba(76, 175, 250, 1);
	margin-top: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
	.pageContent h2.cBlock3heading {
		margin-top: 40px;
	}

	.cBlock3 {
		margin-bottom: 40px;
	}
	
	.cBlock3List {
		flex-direction: column;
		gap: 20px;
	}
	
	.cBlock3List .cBlock3Item:first-child, .cBlock3List .cBlock3Item {
		width: 100%;
	}
	.cBlock3List .cBlock3Item {
		padding: 20px;
		min-height: 100%;
	}
}