.features-section .row {
	margin: 120px 0;
}
.features-text h3 {
	font-weight: 500;
	font-size: 46px;
	line-height: 110%;
	letter-spacing: -2%;
	margin-bottom: 8px;
}
.features-text p {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	max-width: 620px;
	margin-bottom: 40px;
}
.features-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	gap: 12px 60px;
}
.features-text ul li {
	display: flex;
	gap: 12px;
	align-items: center;
}
.features-section__cols .col-md-6 {
	padding: 0 60px 32px;
}
.features-section__cols .col-md-6:not(:last-child) {
	border-right: 1px solid #666d7966;
}
.features-section__cols .col-md-6 img {
	margin-bottom: 40px;
}
.features-section__cols h5 {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
	margin-bottom: 8px;
}
.features-section__cols p {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	max-width: 567px;
	margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1440px) {
	.features-section .row {
		margin: 72px 0;
	}
	.features-text h3 {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.features-text p {
		font-size: 16px;
		max-width: 372px;
		margin-bottom: 24px;
	}
	.features-text ul {
		font-size: 16px;
		gap: 7px 36px;
	}
	.features-text ul li {
		gap: 7px;
	}
	.features-section__cols .col-md-6 {
		padding: 0 36px 19px;
	}
	.features-section__cols .col-md-6 img {
		margin-bottom: 24px;
	}
	.features-section__cols h5 {
		font-size: 19px;
		margin-bottom: 5px;
	}
	.features-section__cols p {
		font-size: 16px;
		max-width: 340px;
	}
	.features-section__cols .col-md-6 img {
		max-height: 170px;
	}
}

@media (max-width: 991px) {
	.features-section .row {
		margin: 60px 0;
	}
	.features-text h3 {
		font-size: 26px;
	}
	.features-text p {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.features-text ul {
		font-size: 16px;
		gap: 4px;
	}
	.features-section__cols .col-md-6 img {
		height: 96px;
		margin-bottom: 24px;
	}
	.features-section__cols h5 {
		font-size: 20px;
	}
	.features-section__cols p {
		font-size: 16px;
	}
    .features-section .col-md-6 {
		padding: 0;
	}
	.features-section .features-section__cols .col-md-6 {
		padding: 40px 24px;
	}
	.features-section__cols .col-md-6:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #666d7966;
	}
	.features-section .features-section__cols .col-md-6:first-child {
		padding-top: 0;
	}
	.features-section .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}
