@media (max-width: 984px) {
  main section {
    padding: 40px!important;
  }
  main section.intro div.header {
    width: 100%!important;
  }
  main section.intro div.header header h1 {
    font-weight: bolder!important;
    font-size: 50px;
  }
}
@media (max-width: 841px) {
  main section {
    padding: 30px 20px!important;
  }
  main section.intro div.header header h1 {
    font-weight: bolder!important;
    font-size: 60px;
    font-weight: bolder;
  }

  main section.intro div.header header h1 {
    font-weight: bolder!important;
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  main section {
    padding: 30px 10px!important;
  }
  section.our-impact header h1 {
    font-size: 1.75rem;
  }

  section.our-impact header img {
    width: 280px;
  }

  .our-impact-alert {
    width: 100%;
  }

  .our-impact-carousel {
    width: 100%;
  }
}

@media (max-width: 484px) {
  main section {
    padding: 10px 7px!important;
  }main section.intro div.header {
    width: 100%!important;
  }
  main section.intro div.header header h1 {
    font-weight: bolder!important;
    font-size: 40px;
    text-align: center!important;
  }
  main section.intro div.header header p{
    text-align: center;
    margin-top: 20px;
  }
  main section.our-impact header{
    padding: 20px 0px;
  }
  div.our-impact-alert-div{
    display: flex;
    flex-direction: column;
  }
}
