.about-pg-banner .stay-connected-shape {
  position: absolute;
  left: 0px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  overflow: hidden;

  /* transform: rotate(180deg); */
}
.about-pg-banner .stay-connected-shape-fill {
  fill: #ffdf1d;
}
.about-pg-banner .stay-connected-shape-bottom {
  bottom: 39%;
}
.about-pg-banner {
  background-image: none;
  /* padding: 100px 0 220px 0; */
  /* background-color: #ffdf1d; */
  background-image: url(https://res.cloudinary.com/dbtsrjssc/image/upload/v1746766774/top_yellow_buy1r1.svg);
  text-align: center;
  background-repeat: no-repeat;
}
.about-page .navbar {
  background-image: none;
  background-color: #ffdf1d;
}

.about-page h2 {
  font-size: 2.5rem;
}
.about-page .banner .btn-wrapper {
  margin-left: 20px;
  margin-top: 0;
  margin: 0 auto;
}
/* .about-about-page {
  padding-top: 100px;
} */
.about-page .we-believe {
  padding: 20px 0 100px 0;
}
.about-page .we-believe h3 {
  margin-bottom: 2rem;
}
@media (min-width: 1600px) and (max-width: 1710px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: 22%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: 18%;
  }
}
@media (min-width: 1422px) and (max-width: 1500px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: 14%;
  }
}
@media (min-width: 1252px) and (max-width: 1420px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: 4%;
  }
}
@media (min-width: 1150px) and (max-width: 1252px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: -5%;
  }
}
@media (min-width: 1000px) and (max-width: 1150px) {
  .about-pg-banner .stay-connected-shape-bottom {
    bottom: -12%;
  }
}
@media (max-width: 550px) {
  .about-pg-banner {
    padding: 100px 0;
  }
  .about-page h2 {
    font-size: 1.3rem;
  }
  .about-page .banner .btn-wrapper button {
    font-size: 12px;
  }
  .about-page .btn-wrapper button {
    padding: 5px 12px;
    font-size: 14px;
  }
  .about-about-page {
    padding-top: 0px;
  }
  .about-page .we-believe h3 {
    margin-bottom: 0rem;
    margin-top: 1rem;
  }
}
