:root {
	--mach-partner3-mt: 90px;
	--mach-partner3-top-title-size: 96px;
	--mach-partner3-top-title-leading: 86px;
	--mach-partner3-sub-title-size: 36px;
	--mach-partner3-sub-text-size: 16px;
  }
  
  .mach-partner3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: var(--mach-partner3-mt);
  }
  
  .mach-partner3 .top-title {
	height: 70px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
  }
  .mach-partner3 .top-title h2 {
	font-size: var(--mach-partner3-top-title-size);
	line-height: var(--mach-partner3-top-title-leading);
	color: #f5f5f5;
  }
  
  .mach-partner3 .sub-title h2 {
	margin-bottom: 20px;
	text-align: center;
	color: var(--title-text-color);
	font-family: var(--title-font-family);
	font-size: var(--mach-partner3-sub-title-size);
	line-height: 1.2;
	font-weight: 700;
  }
  
  .mach-partner3 .sub-title p {
	text-align: center;
	font-size: var(--mach-partner3-sub-text-size);
	line-height: var(--mach-partner3-text-leading);
  }
  .mach-partner3 .swiper-container {
	width: 100%;
	overflow: hidden;
  }
  .mach-partner3 .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	flex-wrap: wrap;
  }
  
  .mach-partner3 .swiper-container .swiper-wrapper .swiper-slide {
	flex-shrink: 0;
	position: relative;
	transition-property: transform;
	padding: 46px 40px;
  }
  
  .mach-partner3 .swiper-container .swiper-wrapper .container {
	position: relative;
	height: 100%;
	top: 0;
  }
  
  .mach-partner3 img {
	object-fit: cover;
  }
  .mach-partner3 .width-auto {
	margin: 60px 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  }
  
  .mach-partner3 .swiper-pagination {
	position: absolute;
	bottom: var(--mach-banner-swiper-pagination-bottom);
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
  }
  
  .mach-partner3 .swiper-pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 14px;
	background: #92939c;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	opacity: 1;
  }
  .mach-partner3 .swiper-pagination span.swiper-pagination-bullet-active {
	background: var(--color-primary);
	width: 24px;
  }
  
  @media screen and (max-width: 1500px) {
	:root {
	  --mach-partner3-mt: 80px;
	  --mach-partner3-top-title-size: 90px;
	  --mach-partner3-sub-title-size: 46px;
	  --mach-partner3-sub-text-size: 15px;
	}
  }
  
  @media screen and (max-width: 1280px) {
	:root {
	  --mach-partner3-mt: 70px;
	  --mach-partner3-top-title-size: 86px;
	  --mach-partner3-sub-title-size: 42px;
	  --mach-partner3-sub-text-size: 15px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	:root {
	  --mach-partner3-mt: 60px;
	  --mach-partner3-top-title-size: 75px;
	}
  }
  
  @media screen and (max-width: 992px) {
	:root {
	  --mach-partner3-mt: 50px;
	  --mach-partner3-top-title-size: 70px;
	  --mach-partner3-top-title-leading: 110px;
	  --mach-partner3-sub-title-size: 32px;
	}
  }
  
  @media screen and (max-width: 768px) {
	:root {
	  --mach-partner3-mt: 40px;
	  --mach-partner3-top-title-size: 50px;
	  --mach-partner3-sub-title-size: 30px;
	  --mach-partner3-sub-text-size: 14px;
	}
  }
  
  @media screen and (max-width: 576px) {
	:root {
	  --mach-partner3-mt: 30px;
	  --mach-partner3-top-title-size: 40px;
	  --mach-partner3-sub-title-size: 24px;
	  --mach-partner3-sub-text-size: 14px;
	}
  }
  