.second-navbar{
    width:100%;
    height:30vh;
    overflow:hidden;
   
   
}

.third-section{
    width:100%;
  
    /* background: grey; */
    padding:2rem;
    /* height:50vh; */
}
/* .first-col,.second-col{
    background:white;
    
} */
.inner-first-col{
    padding:20px;
 
    border-radius:10px;
    background:whitesmoke;
}
.inner-first-col li{
    text-decoration:none;
    list-style:none;
    color:gray;
   
    font-size:.9rem;
}

.card{
    background:whitesmoke;
    display:grid;
    padding:10px;
    gap:5px;
    grid-template-columns:.8fr 1.6fr;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
@media(max-width:700px){
    .card{
        grid-template-columns:1fr;
    }
    .card img{
        width: 100%;
    }
}

.second-col{
    width:70%;
    margin:auto;
}
