.aboutus-hero {
  background: url(../images/About.png);
  background-size: cover;
  min-height: 440px;
  background-repeat: no-repeat;
  background-color: #333;
  position: relative;
}
.aboutus-hero .about-ustitle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: fit-content;
  max-width: fit-content;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: var(--text-shadow);  
}
.about-dataupdate p{
  margin-bottom: 0px;
}
.advantages p {
  font-size: 14px;
  color: var(--normal-text-color);
  line-height: 24px;
}

.btn-large {
  background-color: var(--active-background-color);
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.about-us-content p:nth-last-child(1){
  margin-bottom: 0;
}
.stat {
  font-size: 2rem;
  font-weight: bold;
  color: var(--special-text-color);
}

.label {
  font-size: 1.2rem;
  color: #2c3e50;
}

.about-dataupdate {
  background: #f6f6f6;
}

.about-us-content h2 {
  font-size: 28px;
  font-weight: 600;
}
.about-us-content h2 span {
  color: var(--special-text-color);
}
.about-us-content p {
  font-size: 14px;
  line-height: 24px;
  color: var(--normal-text-color);
}

.faq-blogs {
  background-color: #fff;
  padding: 8px 0px;
}
.faq-blogs .container-fluid p{
  margin-bottom: 4px;
}
.faq-blogs h2 {
  font-size: 28px;
  font-weight: 600;
}
.faq-blogs p {
  font-size: 14px;
  line-height: 24px;
  color: var(--normal-text-color);
}
/* .faq-blogs .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-weight: 600;
} */
.faq-blogs .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--active-background-color);
  color: var(--normal-text-color);
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(1);

}
.faq-blogs .accordion-item .accordion-header .accordion-button:focus{
  box-shadow: none;
}
.faq-blogs .accordion-item .accordion-body{
  font-size: 14px;
  line-height: 24px;
  color: var(--normal-text-color);
  padding: .5rem .25rem;
}

@media only screen and (max-width:767px){
  .aboutus-hero{
    min-height: 155px;
  }
  .categories-value .dropdown-menu.show {
    width: -webkit-fill-available;
  }
  .categories-value button#categoryDropdownBtn {
    border: 1px solid #d9d9d9;
  }
}
/*# sourceMappingURL=aboutus.css.map */
