@import url("/assets/stylesheets/main.css");
section.hero {
  background: #00162e;
  position: relative;
  height: 77vh;
  width: 100vw;
}
section.hero .container {
  position: relative;
  z-index: 1;
  place-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 100px;
}
section.hero .container .right .heading {
  margin-bottom: 14px;
}
section.hero .container .right .heading span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
section.hero .container .right .heading h2 {
  font-size: 31.8px;
  font-weight: 500;
}
section.hero .container .right p {
  margin-bottom: 14px;
  line-height: 150%;
  font-size: 16px;
}
section.hero .container .right .cta {
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  display: block;
  padding: 11px 25px;
  border: 1px solid #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

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=news.css.map */