.nav-icon{
    margin: 40px 0;
    font-size: 20px;
}
.nav-img-body{
    padding: 10px;
}
.nav-img{
    width: 100%;
}
.nav-img{
    width: 100%;
}

.img{
    width: 60%;
    margin-left: 20%;
    border: 4px solid #1B74BC;
    border-radius: 10px;
}

/* card css */
.c-text{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    color: #154e7c;
    text-align: center;
}
.card-img-top{
    border-radius: 20px 20px 0 0;
}
.card-hover{
    border: 1px solid #154e7c;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all .2s ease-in-out;
}
.card-hover:hover{
    transform: scale(1.03);
}
@media only screen and (max-width: 992px){
    .c-text{
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px){ 
    .c-text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 576px) {
   .img{
    width: 100%;
    height: auto;
    margin: 0;
   }
   .nav-icon{
    margin: 20px 0;
    font-size: 20px;
}
}