.best-why-hd{
	padding: 60px 0;
	/* height: 848px; */
	background-color: #1e456e;
	color: #fff;
	letter-spacing: 0px;
}

.best-why-hd h1{
	font-size: 64px;
	font-weight: bold;
	line-height: 70px;
	margin: 0;
	color: #fff;
}

.best-why-hd h1 span{
	color: #ec6a6b;
}

.best-why-hd p{
	font-size: 20px;
	line-height: 32px;
	margin-top: 8px;
	margin-bottom: 40px;
}

.best-why-hd h1 + p{
	font-size: 25px;
	/* line-height: 32px; */
	margin-top: 16px;
	/* margin-bottom: 40px; */
}


.best-why-hd-main{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.best-why-hd-main h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	color: #e4021f;
}


.best-why-bd{
	padding: 80px 0;
}

.best-why-bd:nth-child(even){
	background-color: #fff;
}



.best-why-card{
	background-color: #ffffff;
	box-shadow: 1px 8px 22px 5px rgba(0, 0, 0, 0.13);
	border-radius: 34px;
	padding: 40px;
}


.best-why-card h2{
	font-size: 37px;
	color: #1e456e;
	font-weight: bold;
	text-align: center;
	margin: 24px 0;
}

.best-why-card h2 span{
	color: #d11310;
}

.best-why-card .best-why-card-bd{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.best-why-card-bd-main{
	text-align: right;
}

.best-why-card-bd-main > h3{
	font-size: 37px;
	color: #eb6667;
	margin-bottom: 24px;
}

.best-why-card-bd-main > p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 24px;
}

.best-why-card-bd-main > a{
	margin-top: 40px;
	display: inline-block;
	width: 400px;
	height: 60px;
	background-color: #d11310;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.best-why-card-bd-img{
	max-width: 550px;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.best-why-card-bd-img img{
	display: block;
}



.best-why-item h2{
	font-size: 32px;
	line-height: 56px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 16px;
	position: relative;
}

.best-why-item h2::before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 6px;
	background-color: #cf0b06;
	border-radius: 0 2px 2px 0;
}

.best-why-item p{
	font-size: 18px;
}


/* Our Verification Process 我们的验证流程 */
.best-why-verif{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	margin-top: 60px;	
}

.best-why-verif-item{
	text-align: center;
}

.best-why-verif-item i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #cf0b06;
	font-size: 20px;
	color: #fff;
}

.best-why-verif-item h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 8px;
}

.best-why-verif-item p{
	font-size: 16px;
	margin-top: 8px;
}

.best-why-verif-desc{
	margin-top: 60px;	
	font-size: 16px;
	text-align: center;
}

/* 基础设施 地方 Physical Infrastructure. Local Accountability. */
.best-why-pila{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;	
}

.best-why-pila-item{
	padding: 40px;
	border-radius: 24px;
	text-align: center;
	background-image: linear-gradient(154deg,#1f4871 0%,#112e4a 100%);
	color: #fff;
}

.best-why-pila-item i{
	font-size: 44px;
	color: #cf0b06;
	font-weight: bold;
	font-style: normal;
}

.best-why-pila-item h3{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 8px;
}

.best-why-pila-item p{
	font-size: 16px;
	margin-top: 8px;
}

.best-why-pila-desc{
	margin-top: 60px;	
	background-color: #f5f7fa;
	border-radius: 24px;
	padding: 32px 48px;
	font-size: 18px;
	line-height: 24px;
}

/* Bestsuppliers.com vs. Conventional Platforms */
.best-why-bvsc{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;	
}

.best-why-bvsc-item{
	padding: 24px 24px 24px 36px;
	border-radius: 18px;
	background-color: #fff;
	border: solid 3px #fff;
	position: relative;
}

.best-why-bvsc-item h3{
	font-size: 18px;
	color: #183b5d;
	font-weight: bold;
	text-align: center;
}

.best-why-bvsc-item ul {
  margin-top: 16px;	
}

.best-why-bvsc-item li {
  font-size: 15px;
	margin: 8px 0;
	padding: 4px 0;
}

.best-why-bvsc-item li i{
	color: red;
	font-style: normal;
	margin-right: 4px;
}

.best-why-bvsc-item .best-why-bvsc-right li i{
	color: green;
}


.best-why-bvsc-tag{
	border-color: #cf0b06;
}

.best-why-bvsc-tag::before{
	display: block;
	content: 'bestsuppliers.com';
	min-width: 160px;
	height: 28px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background-color: #cd0300;
	border-radius: 14px;
	position: absolute;
	left: 20px;
	top: -14px;
}

/* Products Verified */

.best-why-propv{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 40px;
	margin-top: 16px;
}

.best-why-propv-item-img{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}

.best-why-propv-item-img img{
	display: block;
	width: 100%;
}

.best-why-propv-item-title {
	font-size: 16px;
	color: #656565;
	padding: 8px;
	text-align: center;
}

.best-why-propv-more{
	margin-top: 16px;
	border-top: solid 3px #cd0300;
	text-align: center;
}

.best-why-propv-more .best-why-propv-btn{
	margin-top: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 54px;
	background-color: #cd0300;
	border-radius: 27px;
	color: #fff;
	font-size: 18px;
}


/* From Inquiry to Delivery. One Partner. */

.best-why-itdop{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 16px;
}

.best-why-itdop-item{
	background-color: #fff;
	border-radius: 18px;
	padding: 40px;
}

.best-why-itdop-item h3{
	font-size: 18px;
	color: #1f4871;
	font-weight: bold;
	margin-top: 8px;
}

.best-why-itdop-item p{
	font-size: 16px;
	margin-top: 12px;
}

/* footer */
.best-why-ft{
	background-color: #cd0300;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}

.best-why-ft h2{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.best-why-ft p{
	font-size: 18px;
	margin-top: 24px;
}

.best-why-ft p a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 8px 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	margin: 0 8px;
}