@import url("/assets/stylesheets/tab/main.css");
section.hero {
  position: relative;
  height: 40vh;
  width: 100vw;
}
section.hero .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero .container {
  position: relative;
  z-index: 1;
  place-content: center;
  display: grid;
  width: 100%;
  height: 100%;
}
section.hero .container .heading {
  margin-top: 10vh;
  text-align: center;
}
section.hero .container .heading span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
section.hero .container .heading h2 {
  font-size: 25px;
  font-weight: 500;
}

section.about-us {
  margin-bottom: 56px;
}
section.about-us .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.about-us .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 45.2px;
}
section.about-us .container h3 {
  margin-bottom: 6px;
}
section.about-us .container p {
  line-height: 150%;
  max-width: 800px;
}

section.partners {
  margin-bottom: 56px;
}
section.partners .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.partners .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 45.2px;
}
section.partners .container h3 {
  margin-bottom: 6px;
}
section.partners .container p {
  line-height: 150%;
  max-width: 800px;
}

section.programs {
  margin-bottom: 100px;
}
section.programs .container {
  font-size: 16px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
section.programs .container h1 {
  color: #009bd2;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 45.2px;
}
section.programs .container h3 {
  margin-bottom: 6px;
}
section.programs .container p {
  line-height: 150%;
  max-width: 800px;
}/*# sourceMappingURL=about-us.css.map */