.cBlock1 h2 {
	color: rgba(255, 255, 255, 1);
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 18px;
}
.cBlock1List {
	display: flex;
	color: #fff;
	justify-content: space-between;
}

.cBlock1List .cBlock1Item {
	width: 272.2px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid rgba(81, 156, 212, 1);
	border-radius: 20px;
	background: rgba(81, 156, 212, 0.2);
}

.cBlock1List .cBlock1Item .cBlock1Item_title,
.cBlock1List .cBlock1Item .cBlock1Item_text {
	color: rgba(255, 255, 255, 1);
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0;
	text-align: left;
}

@media screen and (max-width: 1440px) {
	.cBlock1List {
		flex-direction: column;
		gap: 20px;
	}
	.cBlock1List .cBlock1Item {
		width: 100%;
	}
}