/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */

*{
  font-family:mercury;
}


.card{
    color: black;
    margin: auto;
    height: 14rem;
    width: 25rem;
}

.vice-card{
    height: 18rem;
    width: 25rem;
    margin: auto;
}

@media only screen and (max-width: 572px) {
    .card{
        margin-top: 50px;
    }
    .nav-item{
        height: 30px;
    }
}

.map-card{
    height: 6000px;
}

.text-card{
    width: 55rem;
    margin-top: 30px;
}

@media only screen and (max-width: 480px) {
    .samrat-videos{
       position: relative;
       right: 50px;
    }
    .moyona-videos{
        position: relative;
        right: 50px;
     }
   
}

@media only screen and (max-width: 420px) {
    .samrat-videos{
       position: relative;
       right: 70px;
    }
    .moyona-videos{
        position: relative;
        right: 70px;
     }
   
}