/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media (min-width: 375px) and  (max-width: 379.98px){
    .header h2 {
        font-size: 40px;
    }

    .section1 .line{
        display: none;
    }
    .section{
        text-align: center;
    }
    .section h2{
        font-size: 30px !important;
    }


}

@media (min-width: 380px) and  (max-width: 499.98px) {
    .header h2 {
        font-size: 40px;
    }

    .section1 .line{
        display: none;
    }
    .section{
        text-align: center;
    }
    .section h2{
        font-size: 30px !important;
    }
    
}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {

    .header h2 {
        font-size: 40px;
    }

    .section1 .line{
        display: none;
    }
    .section{
        text-align: center;
    }
    .section h2{
        font-size: 30px !important;
    }
}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .header h2 {
        font-size: 40px;
    }

    .section1 .line{
        display: none;
    }
    .section{
        text-align: center;
    }


}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 

    .header h2 {
        font-size: 40px;
    }

    .section1 .line{
        display: none;
    }

}


/********************************************************************
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 img{
            max-width: 90%;
        }
}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
