@media screen and (min-width: 576px) and (max-width: 992px) {
  /* Target planshet, landskape */

  .section-main {
    width: 100%;
    height: 100vh;
  }

  .section1 {
    width: 100%;
    height: 100vh;
  }

  .section3 {
    justify-content: center;
  }

  
}

@media screen and (max-width: 576px) {
  /* Target smartphones, portrait */
  
  .section-main {
    width: 100%;
    height: 100vh;
  }

  .header-nav {
    width: 75%;
  }

  .main-content__title {
    width: 60%;
  }

  .section1 {
    width: 100%;
  }

  .section1-content {
    width: 100%;
    height: 250px;
  }

  .section2-header__text {
    width: 100%;
  }

  .section2-content {
    width: 100%;
  }

  .section3 {
    justify-content: center;
  }

  .section4-content {
    width: 100%;
  }

  .section4-content-text {
    padding-left: 30px;
  }

  .section4-header__text {
    width: 90%;
  }

  .section4-content__text {
    width: 70%;
  }

  .section5-content__text {
    width: 100%;
  }

  .section5-content-pic {
    width: 100%;
  }
   
  
  .section6-pic1 {
    width: 100%;
    height: 300px;
  }  

  .section6-pic2,
  .section6-pic3,
  .section6-pic4,
  .section6-pic5 {
   width: 100%;
   height: 300px;
  }

  .section7 {
    flex-direction: column;
  }

  .section7-list1 {
    padding-bottom: 2%;
  }
 
  .section7-list2 {
    padding-top: 2%;
  }

  .section7-forms {
    width: 100%;
  }
  .footer__text {
    width: 50%;
    padding-right: 0%;
  }
 
  
}