.section-1{
    /* background-color: #6cd04c; */

    width: 100%;
    position: relative;
    
}
.section-1 img{
    /* aspect-ratio: 4/1.8; */
    width: 100%;
}

.text-box{
    width: 60%;
    color: #fff;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-size{
    font-size: 40px;
}




@media(max-width: 1100px){
    .text-box{
        /* background-color: #7f4cd0; */
        width: 70%;
    }
    .heading-size{
        font-size: 4.5vw;
        line-height: 42px;
    }
}

@media(max-width: 900px){
    .text-box{
        /* background-color: #7f4cd0; */
        width: 80%;
        
    }
    .heading-size{
        font-size: 5vw;
        line-height: 33px;
    }
}

@media(max-width: 610px){
    .text-box{
        /* background-color: #81d04c; */
        width: 90%;
        top: 77%;
    }
    .heading-size{
        font-size: 5.7vw;
        line-height: 29px;
    }
}

@media(max-width: 510px){
    .heading-size{
        line-height: 27px;
    }
}

@media(max-width: 410px){
    .heading-size{
        font-size: 7vw;
        line-height: 29px;
    }
}


@media(min-width: 1100px){
    .text-box{
        /* background-color: #849b00; */
        width: 75%;
    }

    .heading-size{
        font-size: 4vw;
        line-height: 42px;
    }
}

@media(min-width: 1200px){
    .text-box{
        /* background-color: #849b00; */
        width: 75%;
    }
    .heading-size{
        font-size: 4vw;
        line-height: 42px;
    }
}

@media(min-width: 1350px){
    .heading-size{
        line-height: 4vw;
    }
}


img {
    image-rendering: crisp-edges;
}


@media(min-width: 1500px){
    .text-box{
        /* background-color: #849b00; */
        width: 60%;
    }
    .heading-size{
        font-size: 3.7vw;
    }
}

@media(min-width: 1600px){
    .text-box{
        /* background-color: #849b00; */
        width: 60%;
    }
    .heading-size{
        font-size: 3.3vw;
        line-height: 3.5vw;
    }
}

@media(min-width: 1800px){
    .text-box{
        /* background-color: #849b00; */
        width: 60%;
    }
    .heading-size{
        font-size: 3vw;
    }
}

@media(min-width: 2000px){
    .text-box{
        /* background-color: #849b00; */
        width: 60%;
    }
    .heading-size{
        font-size: 3vw;
    }
    
}



/* ---------------------------------  Our Mission - Row 2  ------------------------------- */
.lo{
    /* height: 80vh; */
    /* background-color: bisque; */
}
.art-wall-paper{
    /* background-color: aquamarine; */
    overflow-y: auto;
    height: auto;
    width: 100%;
    
}

.boxes-section{
    display: flex;
    flex-wrap: wrap;
    /* align-content:end; */
    align-items: stretch;
    justify-content: center;
/*   
    background-color: aqua; */
    height: auto;
    /* margin: 20px; */
    /* border: 3px solid rebeccapurple; */
    overflow-y: hidden;
}

.box-1{
    height: auto;
    /* flex-grow: 2; */
    background-color: #3ebcd3;
    /* padding: 2vw 3vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50%);
    /* border: 4px solid rgb(0, 0, 0); */
}

.box-2{
    height: auto;
    /* flex-grow: 2; */
    width: 50%;
    /* border: 4px solid rgb(0, 0, 0); */
}


.box-5{
    height: auto;
    /* flex-grow: 2; */
    background-color: #3ebcd3;
    /* padding: 2vw 3vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50%);
    order: 1
    /* border: 4px solid rgb(0, 0, 0); */
}

.box-6{
    height: auto;
    /* flex-grow: 2; */
    width: 50%;
    order: 2
    /* border: 4px solid rgb(0, 0, 0); */
}

.x2{
    height: 100%;
    width: 100%;
}

.our-mission-row1-left-col{
    padding: 6vw 6vw;
}

.our-mission-heading{
    font-size: 48px;
    color: #fff;
    text-align: center;
    padding-bottom: 2vw;
}

.our-mission-paragraph{
    text-align: justify;
    color: white;
}

@media(max-width: 2000px){
    .our-mission-heading{
        font-size: 46px;
    }
}

@media(max-width: 1400px){
    .our-mission-heading{
        font-size: 42px;
        padding-bottom: 1.5vw;
    }
}


@media(max-width: 1200px){
    .boxes-section{
        flex-direction: column;
        width: 100%;
        background-color: antiquewhite;
    }
    .box-1{
        width: 100%;
    }
    
    .box-2{
        width: 100%;
    }
    .box-5{
        width: 100%;
        order: 2;
    }
    
    .box-6{
        width: 100%;
        order: 1;
    }
}


@media(max-width: 900px){
    .our-mission-heading{
        font-size: 40px;
    }
}

@media(max-width: 400px){
    .our-mission-heading{
        font-size: 32px;
    }
}



@media(min-width: 2000px){
    .our-mission-heading{
        font-size: 55px;
    }
}





/* ---------------------------------  Our Mission - Row 3  ------------------------------- */


.second-div-wrapper{
    padding: 3vw 5vw;
    text-align: center;
}


.second-div{
    text-align: center;
    color: #3ebcd3;
}

@media (max-width: 600px){
    #life-text-align{
        text-align: center;
        
    }
    .second-div{
        font-size: 40px;
    }
}

@media (max-width: 550px){
    #life-text-align{
        text-align: center;
        
    }
    .second-div{
        font-size: 35px;
    }
}

@media (max-width: 490px){
    #life-text-align{
        text-align: center;
        
    }
    .second-div{
        font-size: 7vw;
    }
}

/* ---------------------------------  Research and Developement - Row 4  ------------------------------- */

#research-and-dev{
    background-color: #6cd04d;
    text-align: left;
}

/* ---------------------------------  You Deserrve A Clean and Healthy Home - Row 5 ------------------------------- */

#you-deserrve-a-clean{
    background-color: #fdca20;
    text-align: left;
}


.drop-shadow{
    text-shadow: 0.5px 0.5px 20px #74744e;
}

/* .lo{
    height: 80vh;
    background-color: bisque;
}
.art-wall-paper{
    background-color: aquamarine;
    overflow-y: auto;
    height: auto;
    width: 100%;
    
}

.boxes-section{
    display: flex;
    flex-wrap: wrap;
    align-content:end;
    align-items: stretch;
    justify-content: center;
  
    background-color: aqua;
    height: auto;
    margin: 20px;
    border: 3px solid rebeccapurple;
}

.box-1{
    height: auto;
    background-color: bisque;
    width: 70px;
    flex-grow: 2;
    border: 4px solid rgb(0, 0, 0);
}

.box-2{
    height: auto;
    background-color: bisque;
   
    flex-grow: 2;
    width: 70px;
    border: 4px solid rgb(0, 0, 0);
}

.x2{
    width: 100%;
} */