:root {
    --prmcolor: green;
    --secolor: #15b9d9;
    --fonty: "Poppins", sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.outer {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: gainsboro;
}

.main {
    height: auto;
    width: 100%;
    max-width: 1600px;
    background-color: white;
}

.information{
    margin-top: 100px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;

}
.info-box{
    margin-top:50px ;
    height: 500px;
    width: 90%;
    background-color: gainsboro;
    display: flex;
    box-shadow: 2px 3px 5px gray;
}

.img{
    height: 100%;
    width: 50%;
    background-color: rgb(45, 144, 184);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img img{
    height: 80%;
    width: 80%;
}

.text{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;   
    flex-direction: column; 
}

.text>:nth-child(1){
    font-family: var(--fonty);
    font-size: 50px;
    margin-left: 20px;
    margin-right: 20px;
    
}
.text>:nth-child(2){
    margin-top: 10px;
    font-family: var(--fonty);
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
}

/* =============at 200px and 300px=========== */
@media(min-width:200px) and (max-width:300px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: auto;
        width: 90%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
        flex-direction: column;
    }
    
    .img{
        height: auto;
        width: 100%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 80%;
        width: 90%;
    }
    
    .text{
        height:auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
        margin-bottom: 20px;
    }
    

}

/* =============at 300px and 400px=========== */
@media(min-width:301px) and (max-width:400px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: auto;
        width: 90%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
        flex-direction: column;
    }
    
    .img{
        height: auto;
        width: 100%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 80%;
        width: 90%;
    }
    
    .text{
        height:auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 25px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
        margin-bottom: 20px;
    }
    

}

/* =============at 400px and 500px=========== */
@media(min-width:401px) and (max-width:500px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: auto;
        width: 80%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
        flex-direction: column;
    }
    
    .img{
        height: auto;
        width: 100%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 80%;
        width: 90%;
    }
    
    .text{
        height:auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 30px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 13px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
        margin-bottom: 20px;
    }
    

}

/* =============at 500px and 600px=========== */
@media(min-width:501px) and (max-width:600px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: auto;
        width: 80%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
        flex-direction: column;
    }
    
    .img{
        height: auto;
        width: 100%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 80%;
        width: 90%;
    }
    
    .text{
        height:auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 35px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 14px;
        margin-left: 40px;
        margin-right: 40px;
        text-align: justify;
        margin-bottom: 20px;
    }
    

}

/* =============at 600px and 768px=========== */
@media(min-width:601px) and (max-width:768px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: auto;
        width: 80%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
        flex-direction: column;
    }
    
    .img{
        height: auto;
        width: 100%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        margin-top: 40px;
        margin-bottom: 40px;
        height: 80%;
        width: 90%;
    }
    
    .text{
        height:auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 15px;
        margin-left: 40px;
        margin-right: 40px;
        text-align: justify;
        margin-bottom: 20px;
    }
    

}

/* =============at 768px and 900px=========== */
@media(min-width:769px) and (max-width:900px){
    .information{
        margin-top: 40px;
    }
    .info-box{
        margin-top:50px ;
        height: 350px;
        width: 90%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
    }
    
    .img{
        height: 100%;
        width: 50%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        height: 75%;
        width: 85%;
    }
    
    .text{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 40px;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 15px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: justify;
    }
    

}

/* =============at 900px and 1200px=========== */
@media(min-width:901px) and (max-width:1200px){
    .information{
        margin-top: 45px;
    }
    .info-box{
        margin-top:50px ;
        height: 400px;
        width: 90%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
    }
    
    .img{
        height: 100%;
        width: 50%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        height: 80%;
        width: 85%;
    }
    
    .text{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 45px;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: justify;
    }
    

}

/* =============at 1200px and 1400px=========== */
@media(min-width:1201px) and (max-width:1400px){
    .information{
        margin-top: 45px;
    }
    .info-box{
        margin-top:50px ;
        height: 450px;
        width: 90%;
        background-color: gainsboro;
        display: flex;
        box-shadow: 2px 3px 5px gray;
    }
    
    .img{
        height: 100%;
        width: 50%;
        background-color: rgb(45, 144, 184);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .img img{
        height: 80%;
        width: 85%;
    }
    
    .text{
        height: 100%;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;   
        flex-direction: column; 
    }
    
    .text>:nth-child(1){
        font-family: var(--fonty);
        font-size: 48px;
        margin-left: 20px;
        margin-right: 20px;
        
    }
    .text>:nth-child(2){
        margin-top: 10px;
        font-family: var(--fonty);
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px;
        text-align: justify;
    }
    

}
