@import url("/assets/stylesheets/main.css");
section.hero {
  position: relative;
  height: 77vh;
  width: 100vw;
}
section.hero .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.dropbox.com/scl/fi/oqi5yefialpbvjvzzh2zw/hero.jpg?rlkey=sqx7u5g9wjgyf15f4lhr0yigi&raw=1");
  background-size: cover;
  background-repeat: no-repeat;
}
section.hero .container {
  position: relative;
  z-index: 1;
  place-content: unset;
}
section.hero .container .heading {
  margin-top: 200px;
  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: 31.8px;
  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: 64.4px;
}
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: 64.4px;
}
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: 64.4px;
}
section.programs .container h3 {
  margin-bottom: 6px;
}
section.programs .container p {
  line-height: 150%;
  max-width: 800px;
}/*# sourceMappingURL=about-us.css.map */