.contentBuilder.customization {
	position: relative;
  }
  @media (min-width: 1200px) {
	.contentBuilder.customization::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: calc(50% - 0.5px);
	  width: 1px;
	  height: calc(100% + 53px);
	  background-color: #d0d0d0;
	}
  }
  .contentBuilder.customization .shelfWrap {
	padding: 0;
  }
  .contentBuilder.customization .list .item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-ms-flex-align: center;
		align-items: center;
	margin-bottom: 53px;
  }
  .contentBuilder.customization .list .item:nth-child(odd) .Img::before {
	right: 0;
  }
  .contentBuilder.customization .list .item:nth-child(odd) .Txt {
	padding: 0px 0px 0 80px;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(odd) .Txt {
	  padding: 0 0 0 70px;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(odd) .Txt {
	  padding: 20px 0 0;
	}
  }
  .contentBuilder.customization .list .item:nth-child(even) {
	-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
  }
  .contentBuilder.customization .list .item:nth-child(even) .Img::before {
	left: 0;
  }
  .contentBuilder.customization .list .item:nth-child(even) .Txt {
	padding: 0 134px 0 84px;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(even) .Txt {
	  padding: 0 100px 0 0;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .item:nth-child(even) .Txt {
	  padding: 20px 0 0;
	}
  }
  .contentBuilder.customization .list .Img {
	position: relative;
	width: 50%;
  }
  .contentBuilder.customization .list .Img::before {
	content: "";
	position: absolute;
	bottom: -53px;
	z-index: -1;
	width: 60vw;
	height: 91.2%;
	background-color: #f5f7f8;
  }
  .contentBuilder.customization .list .Img img {
	display: block;
	width: 100%;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Img::before {
	  display: none;
	}
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Img {
	  width: 100%;
	}
  }
  .contentBuilder.customization .list .Txt {
	width: 40%;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .Txt {
	  width: 100%;
	}
  }
  .contentBuilder.customization .list .title {
	font-size: 26px;
	font-weight: 700;
	transition: all 0.5s;
	color: #1f1f1f;
  }
  .contentBuilder.customization .list .text {
	font-size: 15px;
	line-height: 2;
	margin-top: 25px;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .text {
	  margin-top: 10px;
	}
  }
  .contentBuilder.customization .list .iconBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
		align-items: center;
	-ms-flex-pack: center;
		justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: 1;
	width: 127px;
	height: 127px;
	border-radius: 50%;
	transition: all 0.5s;
	border: 1px dashed #bfbfbf;
  }
  @media (max-width: 1200px) {
	.contentBuilder.customization .list .iconBox {
	  display: none;
	}
  }
  .contentBuilder.customization .list .icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
		align-items: center;
	-ms-flex-pack: center;
		justify-content: center;
	width: 75%;
	height: 75%;
	border-radius: 50%;
  }
  .contentBuilder.customization .list .icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: #fff;
  }
  .contentBuilder.customization .list .icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -2;
	width: 120.5%;
	height: 120.5%;
	border-radius: 50%;
	transition: all 0.5s;
	opacity: 0.8;
	background: linear-gradient(to right, #002d8f, #05a6f1 87%);
  }
  .contentBuilder.customization .list .icon img {
	display: block;
	max-width: 55px;
	transition: all 0.5s;
  }
  @media (min-width: 1201px) {
	.contentBuilder.first {
	  padding-top: 40px;
	}
	.contentBuilder.first::after {
	  content: "";
	  position: absolute;
	  left: calc(50% - 9.5px);
	  bottom: 100%;
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  border: 2px solid #d6d6d6;
	  background-color: #fff;
	}
  }
  
  @-webkit-keyframes circleAnti {
	0% {
	  stroke-dashoffset: 345.4;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  
  @keyframes circleAnti {
	0% {
	  stroke-dashoffset: 345.4;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @-webkit-keyframes circleAnti_num {
	0% {
	  stroke-dashoffset: 432;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @keyframes circleAnti_num {
	0% {
	  stroke-dashoffset: 432;
	}
	100% {
	  stroke-dashoffset: 0;
	}
  }
  @-webkit-keyframes circleAnti2 {
	0% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
  }
  @keyframes circleAnti2 {
	0% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
	100% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
  }
  @-webkit-keyframes circleAnti3 {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes circleAnti3 {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  .Img {
	  text-align: center;
  }
  .Img img{
	  width: 90%;
	  margin: auto;
	  text-align: center;
  }