h1 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 56px;
  line-height: 63.84px;
  font-weight: 400;
  letter-spacing: -2.8px;
}

h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 400;
}

h3 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-weight: 400;
}

p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.text-body-lg {
  font-size: 17px;
  line-height: 28.9px;
}

.text-body-sm {
  font-size: 13px;
  line-height: 20.8px;
}

.content-section ul,
.content-section ol {
  margin: 0 0 16px;
  padding-left: 24px;
}
.content-section ul {
  list-style: disc;
}
.content-section ol {
  list-style: decimal;
}
.content-section li {
  margin-bottom: 8px;
}
.content-section li:last-child {
  margin-bottom: 0;
}
.content-section ul ul,
.content-section ul ol,
.content-section ol ul,
.content-section ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  padding: 18px 0px;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 35, 50, 0.78) 0%, rgba(26, 35, 50, 0.4) 50%, rgba(26, 35, 50, 0) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}
header .container {
  position: relative;
  z-index: 1;
}

body.nav-solid header {
  background-color: #0033FF;
}

body.nav-solid header::before {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.head_container .logo {
  flex: 0 0 auto;
}

.head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}

.header-actions .cta-button {
  margin: 0;
}

.mobile-cta {
  display: none;
}

.contact-header p {
  color: #6B8E7F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
  align-items: center;
  margin-bottom: 0;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
}

.contact-header p:hover {
  color: #ffffff;
}

.contact-header {
  padding-left: 0;
  margin-bottom: 24px;
}

.contact-header li {
  margin-right: 30px;
}

.contact-header li:last-child {
  margin-right: 0px;
}

.contact-header {
  list-style-type: none;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}

.contact-header img {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}

.listing-header {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 24px;
}

.listing-header li {
  display: inline-block;
  padding: 0;
}

.listing-header li:last-child {
  padding-right: 0;
}

.listing-header li a {
  color: #ffffff;
  font-size: 16px;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.listing-header li a:hover {
  color: #C89446;
}

.icon {
  display: none;
}

.sidenav {
  display: none;
}

@media screen and (max-width: 991px) {
  #mySidenav {
    background: #1A2332;
  }
  .menu {
    margin: 0;
    justify-content: flex-end;
  }
  .logo img {
    height: 40px;
  }
  .listing-header li {
    display: inline-block;
    padding: 0px 8px;
  }
  .menu li {
    display: none;
  }
  .icon {
    font-weight: 900 !important;
    font-size: 27px !important;
    padding: 0;
    margin: 0;
    margin-top: -22px;
    display: flex;
  }
  .listing-header {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 32px 24px;
  }
  .mobile-cta .btn {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .mobile-cta .cta-button {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 87px;
    box-shadow: 2px 8px 20px rgba(26, 35, 50, 0.24);
    display: block;
  }
  .contact-header a {
    color: #ffffff;
    margin-top: -2px;
  }
  .contact-header {
    margin-bottom: 0;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #1A2332;
    display: block;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
  }
  .sidenav a,
  .arrowBtn {
    color: #ffffff;
  }
  .sidenav a:hover,
  .sidenav a.active {
    color: #C89446;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav ul {
    list-style-type: none;
    padding-left: 0;
  }
  .sidenav .contact-header {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: left;
  }
}
/* footer */
footer {
  background: #ffffff;
  padding: 50px 0px;
}

.left-footer .link-heading {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #171717;
}

.right-footer .link-list .link-heading {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
}

.right-footer .link-list .link-heading:hover {
  color: #6B8E7F;
}

.right-footer ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  float: right;
}

.right-footer ul li {
  margin-left: 20px;
}

.left-footer p {
  margin-bottom: 26px;
  margin-top: 16px;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  max-width: 68%;
  width: 100%;
}

.link-wrap {
  padding-top: 40px;
}

.footer-bottom {
  position: relative;
  margin-top: 36px;
  padding-top: 30px;
}

.footer-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  top: 0;
}

.footer-bottom-left ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}

.footer-bottom-left ul li {
  display: flex;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.footer-bottom-left ul li:nth-child(2) {
  position: relative;
}

.footer-bottom-left ul li:nth-child(2):after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #737373;
  border-radius: 50%;
  right: -15px;
  top: 8px;
}

.footer-bottom-left li a,
.footer-bottom-left li p {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-bottom-right ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  float: right;
}

.footer-bottom-right ul li {
  display: flex;
  margin-left: 16px;
}

.footer-bottom-right li a {
  color: #737373;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-bottom-right li a:hover {
  color: #6B8E7F;
}

.footer-sources {
  font-size: 80%;
}

@media screen and (max-width: 1440px) {
  .left-footer p {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .footer-bottom-left ul li:nth-child(1) {
    width: 26%;
  }
}
@media screen and (max-width: 1024px) {
  .left-footer p {
    max-width: 100%;
  }
  .right-footer ul {
    display: inline-block;
    -moz-column-count: 2;
         column-count: 2;
  }
  .right-footer ul li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom-right ul {
    float: left;
    text-align: left;
  }
  .footer-bottom-right ul li {
    margin-right: 16px;
    margin-left: 0;
    margin-top: 6px;
  }
  .right-footer ul {
    float: left;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .right-footer ul li {
    margin-left: 0px;
    margin-right: 26px;
  }
  .footer-bottom-left ul li:nth-child(2):after {
    right: -26px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-bottom-left ul {
    display: block;
  }
  .footer-bottom-left ul li:nth-child(1) {
    width: 100%;
  }
  .footer-bottom-left ul li {
    margin-bottom: 8px;
  }
  .footer-bottom-left ul li:nth-child(2):after {
    display: none;
  }
  .right-footer ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  footer {
    padding: 0px;
  }
}
.conflict-notice {
  display: none;
}

.conflict-notice.conflicted {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading-three {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #0033FF;
}

.heading-two {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #0033FF;
}

.capitalize {
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .heading-two {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .heading-two {
    font-size: 32px;
    line-height: 42px;
  }
}
/* Legacy homepage styles */
section.homepage-section {
  height: 650px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.homepage-header-title-section h2 {
  max-width: 75%;
  width: 100%;
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 73px;
  text-transform: capitalize;
  color: #0033FF;
  /* text-shadow: 1px 1px 0px rgb(255 255 255 / 50%); */
}

.homepage-header-title-section p {
  max-width: 70%;
  width: 100%;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #1A2332;
}

section.homepage-statistics-section {
  padding: 80px 0px;
  text-align: center;
}

.homepage-statistics-title h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  text-align: center;
  color: #0033FF;
  padding-bottom: 40px;
}

.homepage-home-statistics {
  background: #F5F5F1;
  border-radius: 8px;
  padding: 24px;
}

.homepage-home-statistic-number h1 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 73px;
  text-align: center;
  text-transform: capitalize;
  color: #1A2332;
}

.homepage-home-statistic-description p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(26, 35, 50, 0.5);
}

.homepage-header-button-section {
  margin-top: 24px;
}

section.homepage-students-donors-section {
  padding: 100px;
  background: #F5F5F1;
}

.homepage-students-section h4 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #0033FF;
  margin: 30px 0;
}

.homepage-students-section p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
}

.homepage-students-section .border-btn {
  margin: 32px 0 16px;
}

section.homepage-whatWeDo-section {
  padding: 50px 0 0;
}

section.homepage-whatWeDo-section .whatWeDo-header-section {
  text-align: center;
}

.whatWeDo-header-section .whatWeDo-title p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
}

.homepage-header-section {
  margin-bottom: 30px;
}

section.homepage-whatWeDo-section .whatWeDo-header-section h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #0033FF;
  margin: 16px 0;
}

section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
  max-width: 61%;
  width: 100%;
  margin: auto;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  color: #1A2332;
}

section.homepage-whatWeDo-section .whatWeDo-image {
  width: 100%;
  padding: 40px 0;
}

.whatWeDo-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 365px;
}

section.whatWeDoItems-section {
  background: #F8F9FA;
  margin-top: -220px;
  padding-bottom: 46px;
}

.whatWeDo-whatWeDoItems-section {
  display: flex;
  padding: 240px 0 0;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.whatWeDoItems-inner-section {
  max-width: 470px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 15px -3px rgba(26, 35, 50, 0.1);
  border-radius: 6px;
  margin-right: 48px;
  min-height: 264px;
  height: auto;
  display: inline-block;
  margin-bottom: 46px;
  text-align: left;
}

.whatWeDoItems-inner-section a {
  text-decoration: underline;
}

.whatWeDoItems-inner-section:nth-child(3) {
  margin-right: 0;
}

.whatWeDoItems-inner-section h4 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  color: #0033FF;
  margin: 20px 0;
}

.whatWeDoItems-inner-section p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
}

.whatWeDoItems-button-section {
  text-align: center;
  padding: 20px 0;
}

section.homepage-success-stories {
  padding: 100px 0 0;
}

.success-stories-title-section h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #0033FF;
  margin: 16px 0;
}

.success-stories-title-section p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
  margin: 16px 0;
  max-width: 74%;
  width: 100%;
}

.success-stories-heading p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
}

.homepage-success-stories-section {
  background: #ffffff;
  box-shadow: 0px 4px 6px -1px rgba(26, 35, 50, 0.1), 0px 2px 4px -2px rgba(26, 35, 50, 0.1);
  border-radius: 12px;
  margin-top: 40px;
}

.success-stories-image-section img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.success-stories-image--cover {
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.success-stories-image-section p.success-stories-summary {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1A2332;
  padding: 16px;
  width: 100%;
}

section.homepage-success-stories .success-stories-image {
  padding: 5px 0;
}

.homepage-success-stories-section .success-stories-recipient-details {
  display: flex;
  padding: 16px;
}

.success-stories-recipient-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.success-stories-recipient-details .success-stories-recipient-name {
  margin-left: 30px;
}

.success-stories-recipient-name p.success-stories-recipient-name-title {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #171717;
}

.success-stories-recipient-name p.success-stories-recipient-year {
  font-family: Manrope, system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
}

section.homepage-success-stories .col-lg-4 {
  display: flex;
}

.success-stories-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px 0 100px;
}

section.homepage-media-section {
  background: #F8F9FA;
  padding: 64px 0;
}

section.homepage-media-section .homepage-media-images {
  margin: 16px;
}

.homepage-media-images img {
  width: 95px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 80px;
  display: inline-block;
  margin-right: 80px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.homepage-media-title h2 {
  font-family: Lora, ui-serif, Georgia, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #171717;
}

section.homepage-testimonials-section {
  padding: 100px 0 160px;
}

section.homepage-testimonials-section .testimonials-details {
  max-width: 35%;
  margin: auto;
  width: 100%;
}

.testimonial-header h2 {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6B8E7F;
  text-align: center;
}

.testimonial-content p {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #1A2332;
  margin: 24px 0;
}

.testimonial-content p.testimonial-giver-name {
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1A2332;
  margin: 0;
}

.testimonial-content p.testimonial-giver-university {
  font-family: Manrope, system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #737373;
  margin: 5px 0 24px;
}

/* .testimonials-details .testimonial-image {
display: inline-block;
} */
.carousel-indicators li {
  margin: 0 45px 0 0px;
  height: 45px;
}

.testimonial-image {
  height: 48px;
  width: 48px;
}

.testimonials-details .testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

ol.carousel-indicators {
  bottom: -75px;
}

.carousel-indicators .active .testimonial-image {
  height: 68px;
  width: 68px;
}

@media screen and (max-width: 1536px) {
  .whatWeDoItems-inner-section {
    max-width: 408px;
  }
}
@media screen and (max-width: 1440px) {
  .homepage-header-title-section h2 {
    max-width: 90%;
    font-size: 46px;
    line-height: 60px;
  }
  .homepage-header-title-section p {
    max-width: 90%;
  }
  section.homepage-students-donors-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1366px) {
  .homepage-media-images img {
    margin-right: 29px;
  }
  section.homepage-testimonials-section .testimonials-details {
    max-width: 52%;
    text-align: center;
  }
  .whatWeDoItems-inner-section {
    max-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-home-statistics {
    height: 186px;
  }
  .whatWeDoItems-inner-section:nth-child(3) {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage-header-title-section h2 {
    max-width: 100%;
    font-size: 38px;
    line-height: 50px;
  }
  .homepage-header-title-section p {
    max-width: 100%;
  }
  section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
    max-width: 85%;
  }
  section.homepage-success-stories {
    padding: 50px 0;
  }
  .success-stories-title-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .success-stories-image-section p.success-stories-summary {
    max-width: 100%;
  }
  section.homepage-testimonials-section .testimonials-details {
    max-width: 72%;
  }
  .homepage-home-statistics {
    height: 210px;
  }
  .success-stories-button {
    margin: 40px 0;
  }
  section.homepage-media-section {
    padding: 40px 0;
  }
  .whatWeDoItems-inner-section {
    max-width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-home-statistics {
    margin: 20px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-header-title-section h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .homepage-header-title-section p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  section.homepage-statistics-section {
    padding: 40px 20px;
  }
  .homepage-statistics-title h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 20px;
  }
  section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
    max-width: 100%;
    font-size: 20px;
    line-height: 27px;
  }
  section.homepage-whatWeDo-section {
    padding: 0;
  }
  section.homepage-whatWeDo-section .whatWeDo-header-section h2 {
    font-size: 38px;
    line-height: 50px;
  }
  section.whatWeDoItems-section {
    margin-top: -200px;
    margin-bottom: 0;
  }
  .success-stories-title-section {
    margin-bottom: 20px;
  }
  .success-stories-title-section h2 {
    font-size: 34px;
    line-height: 48px;
  }
  .success-stories-title-section p {
    max-width: 95%;
    font-size: 18px;
  }
  .homepage-media-images img {
    margin-left: 25px;
  }
  section.homepage-testimonials-section .testimonials-details {
    max-width: 100%;
  }
  section.homepage-students-donors-section {
    padding: 50px 0;
    margin: 50px 0;
  }
  ol.carousel-indicators {
    bottom: -155px;
    flex-wrap: wrap;
  }
  .whatWeDoItems-inner-section {
    margin-right: 0;
  }
  .whatWeDoItems-inner-section:nth-child(3) {
    margin-right: 0;
  }
  .homepage-students-donors-section .homepage-students-section:last-child {
    padding-top: 40px;
  }
  section.homepage-success-stories {
    padding: 20px 0 0;
  }
  section.homepage-testimonials-section {
    padding: 40px 0 160px;
  }
}
@media screen and (max-width: 567px) {
  .homepage-media-images img {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  section.homepage-media-section .homepage-media-images {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homepage-home-statistics {
    height: 156px;
  }
}
@media screen and (max-width: 340px) {
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-indicators li {
    width: 3px;
  }
}
/* Legacy homepage styles */

/*# sourceMappingURL=legacy.css.map*/