.section-2col-content{
	background: var(--color-bg-light);
}
.section-2col-content.dark{
	background: transparent;
}

.section-2col-content.dark .stitle h2,
.section-2col-content.dark .two-col-list{
	color: var(--color-white);
}

.two-col-content {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	gap: 126px;
	gap: 40px;
}
.two-col-content > div {
	flex: 1;
}
.two-col-left {
	max-width: 424px;max-width: 290px;
}
.two-col-right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.two-col-right > div {
	flex: 1;
}
.two-col-list{color: var(--color-l2grey);}
.two-mcontent.stitle h2 {
  font-size: 34px;
}

@media (max-width: 1300px) {
	.two-mcontent.stitle h2{padding-left:20px;}
}

@media (max-width: 1024px) {
	.two-col-content{gap:24px;}
	.two-col-left{max-width: 240px;}
	.two-mcontent.stitle h2{font-size:24px;}
}

@media (max-width: 767px) {
	.two-col-content {
		flex-direction: column;
		gap: 32px;
	}
	.two-col-left{max-width: 100%;}
	.two-col-right {
		flex-direction: column;
	}
	.two-col-right.commontx {
		font-size: 16px;
	}
	.two-mcontent.stitle h2{padding-left:0px;}
}