@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}
.nav-link{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    /* border-right: 2px solid white; */
    border-left: 2px solid white;
}
.fecs{
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}
.fecs a{
    color: #fff;
    text-decoration: none;
}
.flr{
    float: right;
}
@media screen and (max-width: 991px) {
    .nav-link{
        border: none;
    }
    .flr{
        float: none;
        /* text-align: center; */
    }
  }
.small1{
    font-size: 18px;
}
.small2{
    font-size: 12px;
}