:root {
	--mach-certifications2-title-size: 50px;
}

.mach-goods-certifications {
	font-size: var(--mach-certifications2-title-size);
	padding: 1em 0;
	margin: 30px 0;
}

.mach-goods-certifications h2 {
	color: var(--title-text-color);
	text-align: center;
	font-family: var(--title-font-family);
	font-size: var(--mach-certifications2-title-size);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.mach-goods-certifications img {
	vertical-align: middle
}

.mach-goods-certifications .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.mach-goods-certifications .swiper-container {
	width: 100%;
	overflow: hidden;
}

.mach-goods-certifications .swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
}

.mach-goods-certifications  .certifications-swipper {
	position: relative;
	width: 100%;
	margin-top: 1.2em;
}

.mach-goods-certifications li img {
	width: 100%;
}

.mach-goods-certifications .swiper-slide {
	width: 25.86%;
	background: #fff;
	box-sizing: border-box;
	z-index: 1;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}

.mach-goods-certifications .swiper-slide:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom:-42px;
}
.mach-goods-certifications .cert-btn a {
	position: absolute;
	line-height: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #919191;
}

.mach-goods-certifications .cert-btn a .qico {
	font-size: 28px;
}

.mach-goods-certifications .cert-btn a:hover {
	color: var(--color-primary)
}

.mach-goods-certifications .cert-btn a.swiper-button-prev {
	left: -40px;
}

.mach-goods-certifications .cert-btn a.swiper-button-next {
	right: -40px;
}

@media screen and (max-width: 1500px) {
	:root {
	  --mach-certifications2-title-size: 44px;
	}
  }
  
  @media screen and (max-width: 1280px) {
	:root {
		--mach-certifications2-title-size: 38px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	:root {
		--mach-certifications2-title-size: 38px;
	}
  }
  
  @media screen and (max-width: 992px) {
	:root {
		--mach-certifications2-title-size: 32px;
	}
  }
  
  @media screen and (max-width: 768px) {
	:root {
		--mach-certifications2-title-size: 26px;
	}
  }
  
  @media screen and (max-width: 576px) {
	:root {
		--mach-certifications2-title-size: 20px;
	}
  }
