.elementor-794 .elementor-element.elementor-element-a5d2bdd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-794 .elementor-element.elementor-element-a5d2bdd:not(.elementor-motion-effects-element-type-background), .elementor-794 .elementor-element.elementor-element-a5d2bdd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF6E9;}/* Start custom CSS for html, class: .elementor-element-57a4f28 */.about-badsha{
  width:100%;
  background:#FFF6E9;
  padding:100px 20px;
  font-family:"Manrope",sans-serif;
}

.about-wrap{
  max-width:1100px;
  margin:auto;
  display:flex;
  gap:80px;
  align-items:flex-start;
}

.about-left{
  width:35%;
}

.about-left h2{
  font-size:48px;
  font-weight:800;
  line-height:1.1;
  color:#111;
}

.about-left h2 span{
  color:#905700;
}

.about-tagline{
  margin-top:16px;
  font-size:18px;
  font-weight:700;
  color:#905700;
  letter-spacing:.05em;
}

.about-right{
  width:65%;
}

.about-right p{
  font-size:17px;
  line-height:1.9;
  color:#333;
  margin-bottom:22px;
}

/* Mobile */
@media(max-width:900px){
  .about-wrap{
    flex-direction:column;
    gap:30px;
  }

  .about-left,
  .about-right{
    width:100%;
  }

  .about-left h2{
    font-size:32px;
  }

  .about-right p{
    font-size:15px;
  }
}/* End custom CSS */