#blogs {
  position: relative;
}

#blogs .custom-container-img-two {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

#blogs .custom-container-img-two .img-two {
  position: absolute !important;
  left: calc(-1 * (100vw - 100%) / 2) !important;
  z-index: 0;
  width: 290px;
  height: auto;
}

#benefits {
  position: relative;
}

.custom-container-petals {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
}

.custom-container-petals .petals-one,
#who .petals-two,
.petals-faq {
  position: absolute !important;
  top: -80px !important;
  bottom: auto;
  right: calc(-1 * (100vw - 100%) / 2) !important;
  left: auto;
  transform: translate(0, 0) !important;
  z-index: 0;
  width: 270px !important;
  height: auto !important;
  max-width: none !important;
}

#who {
  position: relative;
}

#who .custom-container-petals {
  top: 22%;
}

#who .petals-two {
  top: 0 !important;
  bottom: auto;
  left: calc(-1 * (100vw - 100%) / 2) !important;
  right: auto;
  width: 200px !important;
}

#FAQ + .custom-container-petals {
  top: auto;
  bottom: 0;
}

.petals-faq {
  position: absolute !important;
  bottom: -40px !important;
  top: auto !important;
  width: 166px !important;
}

@media (max-width: 900px) {
  .custom-faq .img-with-aniamtion-wrap .hover-wrap {
    padding-right: 0 !important;
  }
}
