body.widget-snippet .why-choose-lantech .full-content .title p,
body.widget-snippet .why-choose-lantech .full-content .content .item p{
opacity: unset;
}
body.widget-snippet .why-choose-lantech .full-content .content .item{
padding:10px;
}
.why-choose-lantech {
  background: url("/template/3d84e4fa/images/why-choose-lantech-bg.png");
  padding: 100px 0;
  background-size: cover;
}
.why-choose-lantech .full-content {
  max-width: 1235px;
  margin: 0 auto;
}
.why-choose-lantech .full-content .title {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.why-choose-lantech .full-content .title h2 {
  color: #000;
  text-align: center;
  font-family: Youth;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
  letter-spacing: 0.9px;
  margin: 0 0 15px;
  padding: 0;
}
.why-choose-lantech .full-content .title p{
  margin: 0;
  padding: 0 0 15px;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif ;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  opacity: 0.8;
}
.why-choose-lantech .full-content .title p:last-of-type{
  padding: 0;
}
.why-choose-lantech .full-content .content .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 50px;
  justify-content: center;
}
.why-choose-lantech .full-content .content .item.two .right-part {
  width: 50%;
  position: relative;
  z-index:1;
  text-align: center;
}

.why-choose-lantech .full-content .content .item .left-part{
  width: 50%;
  position: relative;
  z-index:1;
  text-align: center;
}
.why-choose-lantech .full-content .content .item.one .left-part img,
.why-choose-lantech .full-content .content .item.two .right-part img,
.why-choose-lantech .full-content .content .item.one.last .left-part img{
  z-index: 11;
  position: relative;
}

/* .why-choose-lantech .full-content .content .item.one .left-part:before{
  background:url('/template/3d84e4fa/images/lantech-img-one-bg-layer.png')no-repeat;
  position:absolute;
  content:'';
  width: 700px;
  height: 590px;
  top:-63px;
  left: -134px;
  
}
.why-choose-lantech .full-content .content .item.two .right-part:before{
  background:url('/template/3d84e4fa/images/lantech-img-two-bg-layer.png')no-repeat;
  position:absolute;
  content:'';
  width: 508px;
  height: 510px;
  top:40px;
  right: 120px;
  
}
.why-choose-lantech .full-content .content .item.one.last .left-part:before{
  background:url('/template/3d84e4fa/images/lantech-img-three-bg-layer.png')no-repeat;
  position:absolute;
  content:'';
  width:608px;
  height: 568px;
  top:-23px;
  left: -83px;
  
} */

.why-choose-lantech .full-content .content .item .right-part {
  width: 50%;
}
.why-choose-lantech .full-content .content .item.one .right-part {
  padding: 0 80px 0 100px;
}
.why-choose-lantech .full-content .content .item.two .left-part {
  padding: 0 80px 0 100px;
  text-align: left;
}
.why-choose-lantech .full-content .content .item h3 {
  color: #000;
  font-family: Youth;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.33px;
  margin:0 0 15px;
  padding:0;
}
.why-choose-lantech .full-content .content .item p{
  color: #000;
  font-family: "Inter", sans-serif ;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin:0;
  padding:0 0 15px;
  opacity: 0.8;
}
.why-choose-lantech .full-content .content .item a{
  margin: 15px 0 0;
  display: block;
  color: #000;
  font-family: "Inter", sans-serif ;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.17px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.why-choose-lantech .full-content .content .item a:hover{
color:#FC450F;
}
.why-choose-lantech .full-content .content .item a:after{
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
  top: 5px;
  background-repeat: no-repeat;
  background-image: url(/template/3d84e4fa/images/lantech-right-arrow.svg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.why-choose-lantech .full-content .content .item a:hover:after{
  background-position: 0 -42px;
}
