/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 18:0 Unexpected "{"
Line 18:1 Expected identifier but found "%"

**/
{% if page.url == '/pages/about-simple' %}
#shopify-section-static-announcement,div.site-announcement,#shopify-section-static-basic-header,.sticky_sidebar3, .WhatsAppButton__root, .bannerHeadingSkin{
  display:none !important;
}

 #shopify-section-testimonials-about .simple_testimonial{
   margin-bottom: 28px !important;
 }

{% endif %}

.main-container-about{
  margin: 0 auto;
  width: 95%;
  overflow: hidden;
}
.page-logo{
  text-align: center;
  margin-top: 11px;
}

.page-logo img{
  width: 106px;
  height: 63px;
}
.page-heading{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  }


.page-heading .first-heading {
  color: #006937;
  text-align: center;
  font-family: 'Gotham', sans-serif;
  /* font-family: 'GothamBold'; */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1px;
}

.page-heading .second-heading {
  color: #006937;
   font-family: 'Gotham', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-align: center;
}