/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media (min-width: 375px) and  (max-width: 379.98px){

      .header {
        height: 60vh;
        padding-top: 120px;
      }

      
      .section2{
        text-align: center;
      }

      .section2 .__box-container .__top{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
      }

      .section1 {
        text-align: center;
      }

      .section3{
        text-align: center;
       }
       .section4 .__box-container{
        min-height: 230px;
        text-align: center;
       }

       .section4 .__box-container img{
        margin: auto;
        margin-bottom: 20px;
       }
    
       .section6{
        text-align: center;
       }
       .section7,
       section8{
        text-align: center;
       }
}

@media (min-width: 380px) and  (max-width: 499.98px) {
   
      .header {
        height: 60vh;
        padding-top: 120px;
      }

     
      .section2{
        text-align: center;
      }

      .section2 .__box-container .__top{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
      }

      .section1 {
        text-align: center;
      }

      .section3{
        text-align: center;
       }
       .section4 .__box-container{
        min-height: 230px;
        text-align: center;
       }

       .section4 .__box-container img{
        margin: auto;
        margin-bottom: 20px;
       }
    
       .section6{
        text-align: center;
       }
       .section7,
       section8{
        text-align: center;
       }
 
}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {
  
      .header {
        height: 60vh;
        padding-top: 120px;
      }

   
      .section2{
        text-align: center;
      }

      .section2 .__box-container .__top{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
      }

      .section1 {
        text-align: center;
      }

      .section3{
        text-align: center;
       }
       .section4 .__box-container{
        min-height: 230px;
        text-align: center;
       }

       .section4 .__box-container img{
        margin: auto;
        margin-bottom: 20px;
       }
    
       .section6{
        text-align: center;
       }
       .section7,
       section8{
        text-align: center;
       }

}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 

      .header {
        height: 60vh;
        padding-top: 120px;
      }

      .section2{
        text-align: center;
      }

      .section2 .__box-container .__top{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
      }

      .section1 {
        text-align: center;
      }

      .section3{
        text-align: center;
       }
       .section4 .__box-container{
        min-height: 230px;
        text-align: center;
       }

       .section4 .__box-container img{
        margin: auto;
        margin-bottom: 20px;
       }
    
       .section6{
        text-align: center;
       }
       .section7,
       section8{
        text-align: center;
       }
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 
   .section3{
    text-align: center;
   }
   .section4 .__box-container{
    min-height: 300px;
   }

   .section6{
    text-align: center;
   }
   .section7,
   section8{
    text-align: center;
   }
}


/********************************************************************
LARGE DEVICES (DESKTOPS, 992px and Up)
********************************************************************/
@media (min-width: 992px) and (max-width: 1000.98px) { 

    
		
}


/********************************************************************
LARGE DEVICES (DESKTOP, 1001 Up)
********************************************************************/
@media (min-width: 1001px) and (max-width: 1199.98px) { 	
  
  
}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
