.two-col-sec-with-img__image {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.two-col-sec-with-img__content-col-inner {
	padding: 64px 24px;
	background-color: #F0F0F5;
}
.two-col-sec-with-img__title {
	color: #2A2A36;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
}
.two-col-sec-with-img__title:not(.title-size-2) {
	font-size: 28px;
}
.two-col-sec-with-img__title + .two-col-sec-with-img__text {
	margin-top: 48px;
}
.two-col-sec-with-img__text * {
	color: #2A2A36;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
}
.two-col-sec-with-img__text *:not(:last-child) {
	margin-bottom: .5em;
}
.two-col-sec-with-img__text strong {
	font-weight: 500;
}
.two-col-sec-with-img__text ul li {
	padding-left: 20px;
	position: relative;
}
.two-col-sec-with-img__text ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(.75em - 5px);
	background-color: #9FA1EC;
} 
.two-col-sec-with-img__text ul li:not(:last-child) {
	margin-bottom: 16px;
}
.two-col-sec-with-img__grid .two-col-sec-with-img__header-col {
	padding: 64px 28px 0;
	background-color: #F0F0F5;
}
.two-col-sec-with-img__header .default-btn,
.two-col-sec-with-img__header .simple-link,
.two-col-sec-with-img__header .link-arrow {
	margin-top: 24px;
	white-space: nowrap;
}
@media screen and (max-width:991.98px) {
	.two-col-sec-with-img--no-image .two-col-sec-with-img__grid .two-col-sec-with-img__content-col--1 .two-col-sec-with-img__content-col-inner {
		padding-top: 24px;
		padding-bottom: 0;
	}
	.two-col-sec-with-img--no-image .two-col-sec-with-img__grid .two-col-sec-with-img__content-col--2 .two-col-sec-with-img__content-col-inner {
		padding-top: 24px;
	}
}
@media screen and (min-width:768px) {
	.two-col-sec-with-img__header .default-btn,
	.two-col-sec-with-img__header .simple-link,
	.two-col-sec-with-img__header .link-arrow {
		margin-top: 0;
	}
	.two-col-sec-with-img__header {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		gap: 48px;
	}
}
@media screen and (min-width:992px) {
	.two-col-sec-with-img__image {
		width: calc(100% + 4px);
		height: 100%;
		margin: 0 -4px 0 0;
	}
	.two-col-sec-with-img__content-col {
		min-height: 482px;
		background-color: #F0F0F5;
	}
	.two-col-sec-with-img__grid {
		display: grid;
		grid-template-areas: 
			'image sec_title sec_title'
			'image col1 col2'
			'image col1 col2';
		grid-template-columns: 16.6666% 41.6666% 41.6666%;
	}
	.two-col-sec-with-img--no-image .two-col-sec-with-img__grid {
		grid-template-areas: 
			'sec_title sec_title'
			'col1 col2'
			'col1 col2';
		grid-template-columns: 50% 50%;
	}
	.two-col-sec-with-img--no-image .two-col-sec-with-img__content-col {
		min-height: 0;
	}
	.two-col-sec-with-img--no-image .two-col-sec-with-img__header-col,
	.two-col-sec-with-img--no-image .two-col-sec-with-img__content-col--1 .two-col-sec-with-img__content-col-inner {
		padding-left: 80px;
	}
	.two-col-sec-with-img--no-image .two-col-sec-with-img__header-col,
	.two-col-sec-with-img--no-image .two-col-sec-with-img__content-col--2 .two-col-sec-with-img__content-col-inner {
		padding-right: 80px;
	}
	.two-col-sec-with-img__grid .two-col-sec-with-img__content-col-inner {
		padding-top: 48px;
	}
	.two-col-sec-with-img__grid .two-col-sec-with-img__img-col {
		grid-area: image;
		width: 100%;
		max-width: 100%;
	}
	.two-col-sec-with-img__grid .two-col-sec-with-img__header-col {
		grid-area: sec_title;
		width: 100%;
		max-width: 100%;
	}
	.two-col-sec-with-img__grid .two-col-sec-with-img__content-col--1 {
		grid-area: col1;
		width: 100%;
		max-width: 100%;
	}
	.two-col-sec-with-img__grid .two-col-sec-with-img__content-col--2 {
		grid-area: col2;
		width: 100%;
		max-width: 100%;
	}
}
