/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media (min-width: 375px) and  (max-width: 379.98px){

    .header h2 {
        font-size: 40px;
    }

    .section2 .__box-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section3 .__md{
        display: block;
      }
      .section3 .__lg{
        display: none;
      }
      .section3 .__box-container {
        background-color: #39383D;
        min-height: 400px;
      }

      .section{
        text-align: center;
      }

      .section4 .__box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }
      .section h2{
        font-size: 30px !important;
    }
    .section1 .__box-container {
      margin-bottom: 40px;
  }
  .section4 .__box-container {
    padding-right: 40px;
  }
}

@media (min-width: 380px) and  (max-width: 499.98px) {

    .header h2 {
        font-size: 40px;
    }

    .section2 .__box-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section3 .__md{
        display: block;
      }
      .section3 .__lg{
        display: none;
      }
      .section3 .__box-container {
        background-color: #39383D;
        min-height: 400px;
      }

      .section{
        text-align: center;
      }

      .section4 .__box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }
      .section h2{
        font-size: 30px !important;
    }
    .section1 .__box-container {
      margin-bottom: 40px;
  }
  .section4 .__box-container {
    padding-right: 40px;
  }
}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {

    .header h2 {
        font-size: 40px;
    }

    .section2 .__box-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section3 .__md{
        display: block;
      }
      .section3 .__lg{
        display: none;
      }
      .section3 .__box-container {
        background-color: #39383D;
        min-height: 400px;
      }

      .section{
        text-align: center;
      }

      .section4 .__box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }

      .section h2{
        font-size: 30px !important;
    }
    .section1 .__box-container {
      margin-bottom: 40px;
  }
  .section4 .__box-container {
    padding-right: 40px;
  }
}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 
   
    .header h2 {
        font-size: 40px;
    }

    .section2 .__box-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section3 .__md{
        display: block;
      }
      .section3 .__lg{
        display: none;
      }
      .section3 .__box-container {
        background-color: #39383D;
        min-height: 400px;
      }

      .section{
        text-align: center;
      }

      .section4 .__box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }
      .section4 .__box-container {
        padding-right: 40px;
      }
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 

    .header h2 {
        font-size: 40px;
    }

    .section2 .__box-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section3 .__md{
        display: block;
      }
      .section3 .__lg{
        display: none;
      }
      .section3 .__box-container {
        background-color: #39383D;
        min-height: 400px;
      }

      .section{
        text-align: center;
      }

      .section4 .__box-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }

      .section1 .__box-container .__flip2{
        display: none;
      }
      .section1 .__box-container .__flip{
        display: none;
      }
      .section4 .__box-container {
        padding-right: 40px;
      }
}


/********************************************************************
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) { 	
  .section2 .__box-container {
    min-height: 190px;
  }
}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
