.cf-why-choose{

	padding-top: var(--wp--preset--spacing--4xl) !important;
    padding-bottom: var(--wp--preset--spacing--4xl) !important;
	background-color:var(--wp--preset--color--grey-2);
	
}

.cf-why-choose__inner{
	max-width:1280px;
	margin-inline:auto;
}

.cf-why-choose__heading{
	margin-bottom:12px;
}

.cf-why-choose__description{
	max-width:620px;
	margin-inline:auto;
	margin-bottom:var(--wp--preset--spacing--2xl);
}













.cf-why-choose__columns{
	align-items:flex-start;
}

.cf-why-choose__card{
	text-align:center;
}

.cf-why-choose__icon{
	display:flex;
	justify-content:center;
	margin-bottom:24px;
}

.cf-why-choose__icon img{
	width:40px;
	height:40px;
	object-fit:contain;
}

.cf-why-choose__title{
	margin-bottom:16px;
}

.cf-why-choose__text{
	max-width:280px;
	margin-inline:auto;
}






/* Why Choose Chairforce */

.cf-why-choose{
	padding-block:var(--wp--preset--spacing--4xl);
}

.cf-why-choose__inner{
	max-width:1280px;
	margin-inline:auto;
}

.cf-why-choose__heading{
	margin:0 0 12px;
}

.cf-why-choose__description{
	max-width:640px;
	margin:0 auto var(--wp--preset--spacing--3xl);
}

.cf-why-choose__columns{
	gap:var(--wp--preset--spacing--xl);
}

.cf-why-choose__card{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	padding:0;
}

.cf-why-choose__icon{
	width:88px;
	height:88px;
	margin:0 0 24px;
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--wp--preset--color--white);
	border:1px solid var(--wp--preset--color--grey-3);
	border-radius:50%;
}

.cf-why-choose__icon img{
	display:block;
	width:48px;
	height:48px;
	object-fit:contain;
}

.cf-why-choose__title{
	margin:0 0 16px;
}

.cf-why-choose__text{
	max-width:270px;
	margin:0;
}

/* Tablet */

@media (max-width: 1024px){

	.cf-why-choose{
		padding-block:var(--wp--preset--spacing--3xl);
	}

	.cf-why-choose__columns{
		gap:var(--wp--preset--spacing--2xl);
	}
}

/* Mobile */

@media (max-width: 781px){

	.cf-why-choose{
		padding-block:var(--wp--preset--spacing--2xl);
	}

	.cf-why-choose__description{
		margin-bottom:var(--wp--preset--spacing--2xl);
	}

	.cf-why-choose__card{
		margin-bottom:var(--wp--preset--spacing--xl);
	}
}










.cf-why-choose__card{
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.cf-why-choose__icon{
	width:64px;
	height:64px;
	padding:16px;
	background:var(--wp--preset--color--white);
	border:1px solid var(--wp--preset--color--grey-3);
	border-radius:var(--wp--custom--border-radius);
}

.cf-why-choose__icon img{
	width:100%;
	height:100%;
	object-fit:contain;
	display:block;
}

.cf-why-choose__text{
	margin:0;
}