/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media (min-width: 375px) and  (max-width: 379.98px){
    .header h2, section h2 {
        font-size: 20px !important;
    }
    .section1 {
        min-height: 640px;
        padding-top: 4rem;
    }

    .section2 {
        margin-top: -20px;
    }

    .section3 .__box-container .__content {
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }

    .section5 h2
    {
        font-size: 25px !important;
    }

    .section {
        text-align: center;
    }
    .section h2{
        font-size: 30px !important;
    }

}

@media (min-width: 380px) and  (max-width: 499.98px) {
    .header h2, .section h2 {
        font-size: 20px !important;
    }
 
    .section1 {
        min-height: 640px;
        padding-top: 4rem;
    }

    .section2 {
        margin-top: -20px;
    }

    .section3 .__box-container .__content {
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }

    .section5 h2
    {
        font-size: 30px !important;
    }

    .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, section h2 {
        font-size: 40px !important;
    }
    .section1 {
        min-height: 640px;
        padding-top: 4rem;
    }

    .section2 {
        margin-top: -20px;
    }

    .section3 .__box-container .__content {
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }

    .section5 h2
    {
        font-size: 35px !important;
    }

    .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, section h2 {
        font-size: 40px !important;
    }
    .section1 {
        min-height: 640px;
        padding-top: 4rem;
    }

    .section2 {
        margin-top: -20px;
    }

    .section3 .__box-container .__content {
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }

    .section {
        text-align: center;
    }

}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .header h2, section h2 {
        font-size: 40px;
    }
    .section1 {
        min-height: 640px;
        padding-top: 4rem;
    }

    .section2 {
        margin-top: -20px;
    }

    .section3 .__box-container .__content {
        min-height: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 5px;
    }

    .section {
        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) { 
  
}
