.mobile-column{
  display:none;
  }
  
  .interior-body{
    display:flex; 
    flex-direction:row;
    width:100%;
    height:100%;
    align-items: flex-end;
  }
  .interior-body-left{
    display:flex;
    flex-direction:column;
    height:100%;
    width:50%;
  
  }
  .interior-body-right{
    display: flex;
    flex-direction: column;
    height: 100% !important;
    width: 50%;
  } 
  
  .interior-support-image{
    width:100%;
    margin-bottom:-30%;
    padding:0;
  }
  .left-text{
    width:90%;
    height:80%;
   padding:100px 50px 150px 100px;
  }
  
  .right-text{
    padding:50px;
    width:76%;
    height:50% !important;
    background-color: rgb(51, 117, 158, .25) ;
  }

/* @media(min-width:1500px){
  .right-text{
    margin-bottom:250px;
  }

} */

  @media(max-width:1500px){
    .left-text{
    width:90%;
    }
  
  @media(max-width:1400px){
    .left-text{
    width:88%;
    }
  } 
 
    @media(max-width:1393px){
    .left-text{
    width:86%;
    
    }
  } 
  
    @media(max-width:1360px){
    .left-text{
    width:84%;
    
    }
  }
    @media(max-width:1328px){
    .left-text{
    width:84%;
    
    }
  }
    
  @media(max-width:1299px){
    .left-text{
    width:82%;
    }
  }  
    
  @media(max-width:1259px){
    .left-text{
    width:77%;
    }
  }    
  
  @media(max-width:767px){
    .interior-body{
    display:none;
    }
    
    
    .mobile-column{
     display:flex;
     flex-direction:column; 
    }
    
    .top-text{
       width:100%;
    height:50%;
   padding:150px 40px 60px 40px;
    }
    
    .bottom-text{
    padding:40px;
    width:100%;
    height:50%!important;
    background-color:rgb(51, 117, 158, .25);
    }
    
    .interior-support-image{
    margin-bottom:0%;
    }
  } 