*{
    margin:0;
    padding:0;
}
.heading{
    display:flex;
    justify-content: center;
    color: #000000;
    flex-direction: column;
    align-items: center;
}

.heading{
    padding: 10px;
}

.description{
    font-weight:400;
    margin: 0px 20px 0 20px;
    line-height: 2;
    padding: 0 5%;
}
#vmppp{
    margin:30px 0 50px 0;
    background-color: red;
    border-radius: 2px;
    padding: 0.75rem 1.25rem;
    height: auto;
    width:580px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: inherit;
    background-color: rgba(0, 0, 0, 0.03);

        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
        border-radius: 8px;
        padding: 20px;
        background: white;
      
}
#vmppp{
    text-transform: none !important;
    font-size: 20px;
    color: #000000;
}
#vmppp:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    transform: translateY(-5px); 
    
  }

  #vmppp:hover a {
    color: #808080;
    position: relative;
    left: 10px;
    
}
    
  
.vmpppIn a{
    text-decoration: none;
    color: #000000;
    position: relative;
}

.vision_content{
    display:none;
}
.mid{
    display:flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.descp{
    font-weight: 100;
    margin-top:20px;
    font-size: 14px;
    color:#808080;
}
#vmppp:hover .descp{
    color:rgba(0,210,0,0.8);
    font-weight:600 ;
}
