  
/*mobile*/  

@media only screen and (max-width: 750px) {

    section#divider {
        background-image: url(Images/Salvation_banner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -7rem;
       
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        }
    
        section#divider_2 {
            background-image: url(Images/Encoutering_banner.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            }
      section#divider_3 {
                background: radial-gradient(circle,rgba(42, 31, 255, 1) 0%, rgba(0, 0, 222, 1) 35%, rgba(0, 4, 115, 1) 100%);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;   
               
                }

                 .text_2{
            display: flex;
            justify-content: flex-start;
            padding-left: 2rem;
            padding-right: 2rem;
            
        }


        .imgWrapper img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
            padding-top: 0;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 1rem;
            margin: 0;
           
            
        }

        .imgWrapper_2 img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
            padding-top: 0;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 2rem;
            margin: 0;
           
            
        }
    
        .text-background{
            background-color: #00000099;
            border-radius: 5%;
            padding: 1rem;
            padding-top: 0;
          


        }
      
    
        h2{
            
            display: block;
            
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
            
        }
    
        p{
            display: flex;
            justify-content: flex-start;
            
            
            
        }
    
        .contentWrapper{
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 0;
            padding-top: 0;
            margin: 0;
            
            }
        
        .row{
            padding: 0;
        }

        .row_2{
            padding: 0;
        }
    
        .video{
            width: 100%;
            height: auto;
            padding: 2rem;
            
          } 

        .heading_text{
            padding-top: 2rem;
        }
    
        }
    
@media (min-width: 750px) {    
    
/* <section divoders>     */

.video{
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 0.15rem;
    border-color: #333333;
  } 
  
  .imgContainer_3{
  
  width: 100%;
  min-height: auto;
  display: grid;
  place-content: center;
  padding: 2rem;
  }
  
  
  
  .row_3{
  width:100%;
  max-width: 900px;
  display: grid;
  
  grid-gap:50px;
  overflow-x: hidden;
  padding: 5rem 0;
  
  
  }
  
  .row_3 .contentWrapper{
  
  width: 100%;
  display: flex;
  justify-content: center;
  text-wrap: wrap;
  /* align-items: center; */
  
  }
    

    
.imgContainer{     
    width: 100%;
    min-height: auto;
    display: grid;
    place-content: center;
    padding: 2rem;
    }        
             
    
            
                
/* <row> */
           
.row{
    width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
    
    
}

.row_2{
    width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;    
}
            
    
.row .contentWrapper{
    
    width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    /* align-items: center; */
    
}         
    
.row_2 .imgWrapper{
    overflow: hidden; 
}    
            
            
.row_2 .imgWrapper_2{
    overflow: hidden;     
}            

.row_2 .contentWrapper{
    
    width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    grid-row-start: 1;
    
}          
            
.row_2 .imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}            
            
.row_2 .imgWrapper_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}
            
/* .row_2 .imgWrapper:hover img{ 
    transform: scale(1.4) rotate(-3deg); 
}            
            
.row_2 .imgWrapper_2:hover img{ 
    transform: scale(1.4) rotate(-3deg); 
} */
            
.row .imgWrapper{
    overflow: hidden;
    
}

.row .imgWrapper_2{
    overflow: hidden;
    
}
            
.row .imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}
            
.row .imgWrapper_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    
}           
            
/* .row .imgWrapper:hover img{ 
    transform: scale(1.4) rotate(3deg);
    
}            

.row .imgWrapper_2:hover img{ 
    transform: scale(1.4) rotate(3deg);
    
}            
             */

/* <text> */

h2{
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}            
              
p{
    display: flex;
    justify-content: flex-start;
    text-align: left;
    
}                
           
.text-background{
    background-color: #00000099;
    border-radius: 5%;
    padding: 1rem;

}    

.text-container{
    display: flex;
    flex-direction: column;
  
     margin: auto;
    max-width: 1200px;
    text-wrap: wrap;
    
}


 section#divider_3 {
    background: radial-gradient(circle,rgba(42, 31, 255, 1) 0%, rgba(0, 0, 222, 1) 35%, rgba(0, 4, 115, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;  
    padding-left: 4rem;
    padding-right: 4rem;
    }    
.imgContainer_4{

    background-image: url(Images/Interskill_title_page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:right center;
    width: 100%;
    min-height: auto;
    display: flex;
    place-content: center;
    padding: 2rem;

}

.row_4{
  width:100%;
    max-width: 1550px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:45px;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }
  
  .row_4 .contentWrapper{
  
 width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    background: rgb(255, 255, 255, 0.85); 
    border-radius: 1rem;
    padding: 2rem;
    background-clip: border-box;
    /* align-items: center; */
  }



  

  @media (max-width: 1400px) {   

    
.row_4{
  width:100%;
    max-width: 1550px;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    padding: 1.5rem 0;
 
  
  
  }





  }


}