.top_section_top_feature{
  text-align: left;
  padding-top: 11vw;
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.top_top_feture_heading1{
  color: #3D4D5D;
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.167vw;
  display: flex;
  gap: 1vw;
  text-align: left;
  flex-wrap: wrap;
}
.top_top_feture_heading2{
  color: #FF752C;
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.167vw;
  display: inline-block;
}
.top_top_feture_des{
  color: #3D4D5D;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2.778vw;
  margin:2vw 0 1.5vw 0
}
.top_btn_read_more, .top_btn_view_less{
  color: #4E3BC2;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 800;
  line-height: 1.944vw;
  /* text-decoration: underline; */
  cursor: pointer;
}
.top_top_feture_img{
  width: 31.892vw;
  margin-top: -3vw;
}
.top_pdv{
  padding: 2.083vw
}
.top_section_top_feature .background-blobs:nth-child(1){
  top: 8vw;
    left: 0;
    z-index: -1;
}
.top_section_top_feature .background-blobs:nth-child(2){
  top: 35vw;
  left: 0;
  z-index: -1;
  height: 16vw;
  width: auto;
}
.kite_img{
  position: absolute;
  bottom: -5vw;
  left: 0vw;
  width: 38vw;
  z-index: -1;
}
.top_feature_dot1{
  height: 2.569vw;
  width: 2.569vw;
  background: #4E3BC2;
  position: absolute;
  top: 2.917vw;
  right: 9.097vw;
  border-radius: 50%;
}
.top_feature_dot2{
  height: 1.042vw;
  width: 1.042vw;
  background: #FF752C;
  position: absolute;
  bottom: 17.097vw;
  right: 11.917vw;
  border-radius: 50%;
}
.top_feature_dot3{
  height: 1.736vw;
  width: 1.736vw;
  background: #FCB645;
  position: absolute;
  bottom: 10vw;
  right: 36vw;
  border-radius: 50%;
}
.highlighted_desc{
  color: #FF752C;
  font-weight: 800;
}