#home-main-banner {
  padding-block: 32px;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#home-main-banner .hmb-title {
  font-family: Montserrat;
  font-weight: 600;
}

#home-main-banner .radial-grad {
  position: absolute;
  top: -266px;
  right: -215px;

  width: 1040px;
  height: 617px;

  background: linear-gradient(
    256deg,
    rgba(253, 237, 160, 0) -7.53%,
    rgba(254, 206, 110, 0.43) 98.54%
  );
  filter: blur(201.1999969482422px);
}

#home-main-banner .img-mulher-banner {
  width: auto;
  height: 465px;
}

.circle:nth-child(1) {
  position: absolute;
  left: 54.25px;
  top: 34px;
}

.circle:nth-child(2) {
  position: absolute;
  left: 924px;
  bottom: 113px;
}

.circle:nth-child(3) {
  position: absolute;
  /* left: 924px;
  bottom: 113px; */
}