body.widget-snippet .unveiling-process .full-content .right-part .inner-content .item p,
body.widget-snippet .unveiling-process .full-content .right-part p{
  opacity:unset;
}
body.widget-snippet .unveiling-process .full-content .right-part .inner-content .item {
  padding: 5px;
}
.unveiling-process{
  background:url("/template/3d84e4fa/images/unveiling-process.jpg");
  background-size:cover;
  padding:120px 0;
}
.unveiling-process .full-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.unveiling-process .full-content .left-part {
  width: 55%;
}
.unveiling-process .full-content .right-part {
  width: 45%;
  padding: 0 0 0 50px;
}
.unveiling-process .full-content .right-part h2 {
  
  color: #000;
  font-family: Youth;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 57px;
  padding: 0;
  margin: 0 0 15px;
}
.unveiling-process .full-content .right-part p {
  color: #000;
  font-family: "Inter", sans-serif ;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0 0 15px;
  margin: 0;
  opacity: 0.8;
}
.unveiling-process .full-content .right-part p:last-of-type{
  padding:0 0 30px;
}
.unveiling-process .full-content .right-part .inner-content .item{
  margin: 0 0 35px 80px;
  position: relative;
}
.unveiling-process .full-content .right-part .inner-content .item:before{
  position: absolute;
  content: '';
  top:40px;
  left: -60px;
  background: #0A58E3;
  height: 100%;
  width: 1.5px;
}
.unveiling-process .full-content .right-part .inner-content .item:last-of-type:before{
  display: none;
}
.unveiling-process .full-content .right-part .inner-content .item h4{
  color: #000;
font-family: Youth;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.2px;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.unveiling-process .full-content .right-part .inner-content .item h4:before{
background: url("/template/3d84e4fa/images/uneviling-listing-icon.svg") no-repeat;
position: absolute;
content: '';
width: 41px;
height: 41px;
top:0;
left:-79px;
}
.unveiling-process .full-content .right-part .inner-content .item p{
  padding: 0 0 15px;
  margin: 0;
  color: #000;
  font-family: "Inter", sans-serif ;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
.unveiling-process .full-content .right-part .inner-content .item p:last-of-type{
  padding:0;
}
