.features {
	background-color: #F7F7F6;
	padding-top: 100px;
	padding-bottom: 100px;
}

.features__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.features__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
}

.features__eyebrow-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.features__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.features__header-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 60px;
	width: 100%;
}

.features__heading {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.features__description {
	width: 40%;
	max-width: 40%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

/* Carousel */
.features__carousel {
	position: relative;
}

.features__carousel .slick-track {
	display: flex !important;
}

.features__carousel .slick-slide {
	height: auto;
}

.features__carousel .slick-slide > div {
	display: flex;
	height: 100%;
}

.features__card {
	background-color: #FFFFFF;
	border-radius: 24px;
	margin-right: 32px;
	width: 100%;
	height: 100%;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

.features__card-icon {
	display: block;
	margin: 24px 0 24px 24px;
}

.features__card-icon-img {
	width: 64px;
	height: 64px;
	display: block;
}

.features__card-title {
	margin: 0;
	padding: 0 32px 15px 32px;
	text-align: left;
	font-size: 32px;
	font-weight: 500;
	line-height: 38px;
	color: #031527;
}

.features__card-desc {
	margin: 0;
	width: 100%;
	padding: 0 32px 32px 32px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

/* Slick arrows */
.features__carousel .slick-arrow {
	position: absolute;
	bottom: -6px;
	top: auto;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0072FF;
	color: #FFFFFF;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features__carousel .slick-arrow::before {
	content: none;
}

.features__carousel .slick-arrow:hover {
	background-color: #0061D9;
}

.features__carousel .slick-prev {
	right: 76px;
	left: auto;
}

.features__carousel .slick-next {
	right: 28px;
	left: auto;
}

.features__carousel .slick-arrow svg {
	width: 23px;
	height: 23px;
}

/* Slick dots */
.features__carousel .slick-dots {
	display: flex !important;
	position: static;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 40px 0 0 -4px;
	width: auto;
}

.features__carousel .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 4px;
}

.features__carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background-color: #B8B8B8;
	font-size: 0;
	line-height: 0;
	color: transparent;
	overflow: hidden;
}

.features__carousel .slick-dots li button::before {
	content: none;
}

.features__carousel .slick-dots li button:hover {
	background-color: #0061D9;
}

.features__carousel .slick-dots li.slick-active button {
	background-color: #0061D9;
}

@media (max-width: 1024px) {
	.features {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.features__header-row {
		flex-direction: column;
		gap: 20px;
	}

	.features__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.features__description {
		width: 100%;
		max-width: 100%;
	}

	.features__card {
		margin-right: 24px;
	}

	.features__card-title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.features {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.features__inner {
		gap: 20px;
	}

	.features__heading {
		margin-bottom: 28px;
		font-size: 36px;
		line-height: 42px;
	}

	.features__description {
		font-size: 16px;
		line-height: 20px;
	}

	.features__eyebrow {
		gap: 8px;
	}

	.features__card {
		margin-right: 0;
	}

	.features__card-title {
		font-size: 24px;
		line-height: 28px;
	}

	.features__carousel .slick-arrow {
		width: 36px;
		height: 36px;
	}

	.features__carousel .slick-prev {
		right: 48px;
	}

	.features__carousel .slick-next {
		right: 0;
	}

	.features__carousel .slick-dots li button {
		width: 10px;
		height: 10px;
	}
}
