.main p, .main li {
    font-size: 14px;
    font-family: "Wix Madefor Text", sans-serif;
    line-height: 1.4;
    color: var(--text-basic);
    padding-bottom: 15px;
 }
.main h2 {
	font-size: 24px;
    line-height: 1.33;
    font-weight: 200;
    color: var(--text-basic);
}
#about-us {
  background-image: url(/local/templates/jamit-template/assets/img/about/inner-banner-back-min.png);
  background-color: var(--main-basic);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#about-us .container {
  position: static;
}

#about-us .h1 {
  margin-bottom: 0;
  font-family: Unbounded;
  color: var(--white);
  font-weight: 200;
  font-size: 21px;
  line-height: 117%;
  letter-spacing: 0%;
}

#about-us .img-banner img {
  mix-blend-mode: multiply;
  top: 0;
}
@media (min-width: 1023px) { 
  #about-us .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1350px) {
  #about-us .h1 {
    font-size: 48px;
  }
}