@media (max-width: 700px) {
    
    .vastu{
       /* border: 8px solid black; */
        flex-direction: column;
        align-items: center;
        
      }
      /* .vastu-section h2{
        font-size: 2rem;
      } */
      
      .vastu-left{
       
        width: 90%;
      }
      .vastu-left img{
        width: 100%;
      }
      .vastu-right{
        width: 90%;
        /* border: 2px solid red; */
        font-size: 2em;
        font-weight: bold;
        text-align: center;
      }

      /* what we offer  */
      .smallCard {
        
        max-width: 25rem;
        
      }
      
    
      
  }