
.about-faq {
  background-color: #fff04c;
  padding: 25px 30px;
  border-radius: 30px;
  box-shadow: 4px 4px #ffdf00;
}
.about-faq .accordion-item {
  background-color: transparent;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  padding: 0;
}
.about-faq .accordion-item .accordion-header {
  background: transparent;
  margin: 0 auto;
  padding: 0;
}
.about-faq .accordion-item .accordion-header .accordion-button {
  display: block;
  color: #2f2b00;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid rgba(255,255,255,.8) !important;
  padding: 18px 0 18px 50px;
  position: relative;
  background: transparent;
  line-height: 1.5;
  border-width: 0px 0px 2px 0px !important;
  font-family: var(--font-02);
}
.accordion-collapse.show {
  border-bottom: 2px solid rgba(255,255,255,.8) !important;
}
#flush-collapseOne {
}
.accordion-button:after {
  left: 10px;
  position: absolute;
  background: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff04c;
  background-image: unset !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\2b";
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.about-faq .accordion-body {
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  line-height: 30px;
  border-bottom: 2px solid rgba(255,255,255,.9);
  font-family: var(--font-02);
}
.about-faq .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.hr-about-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.about_left_img img {
  -webkit-mask-image: url(/assets/about-bg-DgeAPGAy.png);
  mask-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/about/about-bg.png');
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 100%;
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/education/edcation-bg.jpg');
}
.hr-about-us {
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/about/about-shape.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.about-park {
  background-image: url('https://dynamicechildrenacademy.itsprowebsite.com/public/DNMCHLDACA/themeaB9xY12z/assets/images/about/park-bg.jpg');
  position: relative;
  padding: 200px 0 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-park-inner h2 {
  font-family: Poppins,sans-serif;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.about-park-inner {
  text-align: center;
}