.why-choose-us-section {
	margin: 60px 0;
}
.why-choose-us-section__title {
	text-align: center;
	margin-bottom: 34px;
}
.why-choose-us-slide__block {
	width: 218px;
	height: 100%;
	text-align: center;
	padding: 28px 20px 20px;
	margin: 0 auto;
}
.why-choose-us-slide__icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.why-choose-us-slide__text {
	margin-top: 24px;
	color: var(--dark-blue);
	font-family: 'Outfit',sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.32em;
}
.why-choose-us-section .splide__arrows {
	position: absolute;
	top: calc(50% - 18px);
	left: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	z-index: 3;
	margin: 0;
}
@media screen and (min-width:576px) and (max-width:1199px) {
	.why-choose-us-slider {
		padding: 0 46px;
	}
}
@media screen and (min-width:576px) {
	.why-choose-us-slide__block {
		width: 100%;
	}
}
@media screen and (min-width:768px) {
	.why-choose-us-section {
		margin: 80px 0;
	}
	.why-choose-us-section__title {
		margin-bottom: 40px;
	}
}
@media screen and (min-width:992px) {
	.why-choose-us-section {
		margin: 100px 0;
	}
	.why-choose-us-section__title {
		margin-bottom: 50px;
	}
}
@media screen and (min-width:1200px) {
	.why-choose-us-section {
		margin: 120px 0;
	}
	.why-choose-us-section__title {
		margin-bottom: 60px;
	}
	.why-choose-us-slide__block {
		padding: 42px 20px 26px;
	}
	.why-choose-us-section .splide__arrows {
		width: calc(100% + 92px);
		left: -46px;
	}
}