/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media  (max-width: 499.98px) {
    .about-header h3,
    .about-header h2{
        text-align: center;
    }

    .about-section1 h2,
    .about-section1 p{
        text-align: center;
    }


    .about-section2 h2,
    .about-section2 h3,
    .about-section2 p{
        text-align: center;
    }

    .about-section4 .__box-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
        text-align: center;
    }

    .about-section4 .__box-container.__reverse {
        display: flex;
        flex-direction: column;
    }

    .about-section3 .__box-container .__title {
        width: 100%
    }

    .about-section4 .__box-container .__content {
        width: 100%;
        padding: 10px;
    }

}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {

    .about-header h3,
    .about-header h2{
        text-align: center;
    }

    .about-section1 h2,
    .about-section1 p{
        text-align: center;
    }


    .about-section2 h2,
    .about-section2 h3,
    .about-section2 p{
        text-align: center;
    }

    .about-section4 .__box-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
        text-align: center;
    }

    .about-section4 .__box-container.__reverse {
        display: flex;
        flex-direction: column;
    }

    .about-section3 .__box-container .__title {
        width: 100%
    }
    .about-section4 .__box-container .__content {
        width: 100%;
        padding: 10px;
    }
      
}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 

    .about-header h3,
    .about-header h2{
        text-align: center;
    }

    .about-section1 h2,
    .about-section1 p{
        text-align: center;
    }


    .about-section2 h2,
    .about-section2 h3,
    .about-section2 p{
        text-align: center;
    }

    .about-section4 .__box-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10;
        text-align: center;
    }

    .about-section4 .__box-container.__reverse {
        display: flex;
        flex-direction: column;
    }
    
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 

    .about-header h3,
    .about-header h2{
        text-align: center;
    }

    .about-section1 h2,
    .about-section1 p{
        text-align: center;
    }


    .about-section2 h2,
    .about-section2 p{
        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) { 	
    .home-section2 .__box-container{
        min-height: 432px;
        padding: 1rem 1rem;
    }



}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
