.top_section_top_feature{
  text-align: left;
  /* margin-top:5vw; */
  overflow: hidden;
  position: relative;
}
.top_top_feture_heading1{
  color: #3D4D5D;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 300;
  line-height: 10.667vw;
  margin: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.top_top_feture_heading2{
  color: #FF752C;
  font-size: 8.533vw;
  font-style: normal;
  font-weight: 900;
  line-height: 10.667vw;
  margin: 0;
  text-align: left;
}
.top_top_feture_des{
  margin: 3.200vw 0 3vw 0;
  color: #3D4D5D;
  font-size:4.267vw;
  font-style: normal;
  font-weight: 400;
  line-height: 6.333vw;
  width: 87vw;
}
.top_btn_read_more, .top_btn_view_less{
  color: #4E3BC2;
  font-size: 3.733vw;
  font-style: normal;
  font-weight: 900;
  line-height: 7.467vw;
}
.top_top_feture_img{
  margin: 8vw  0 0 0vw;
  width: 89.526vw;
}
.kite_img{
  transform: scaleX(-1);
  width: 76vw;
  position: absolute;
  bottom: 12vw;
  right: -50vw;
}
.top_feature_dot1{
  height: 4.81vw;
  width: 4.81vw;
  background: #D9D9D9;
  position: absolute;
  bottom: 63vw;
  right: 20vw;
  border-radius: 50%;
}
.top_feature_dot2{
  height: 2.278vw;
  width: 2.278vw;
  background: #D9D9D9;
  position: absolute;
  bottom: 34.097vw;
  right: 5.917vw;
  border-radius: 50%;
}
.top_feature_dot3{
  height: 3.544vw;
  width: 3.544vw;
  background: #D9D9D9;
  position: absolute;
  bottom: 19vw;
  right: 59vw;
  border-radius: 50%;
}
.highlighted_desc{
   color: #FF752C;
   font-weight: 800
}