  
/*mobile*/  

@media only screen and (max-width: 750px) {

 

        .imgWrapper img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
           padding: 2rem;
            margin: 0;
           
            
        }

        .imgWrapper_2 img{
    
    
            display: inline-block;
            width: 100%;
            height: auto;
            place-content: center;
            padding: 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) {    


    .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; */
      
      }
    
/* <section divoders>     */
    

.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 .contentWrapper{
    
    width: 100%;
    display: flex;
    justify-content: center;
    text-wrap: wrap;
    /* align-items: center; */
    
}         
    

            

            
.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;

}    
}