.ml-auto {
    margin-left: auto!important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff!important;
}

.nav-link {
    color: rgb(255 255 255 / 65%)!important;
}

.logo {
    width: 350px;
}

.navbar-toggler-icons {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    border: none!important;
}

.nav-item .visit {
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-left: 10px!important;
}

.text-justify {
    text-align: justify;
}

.text-truncates {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-bold {
    font-weight: 600;
}

.pb-3 h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
}

.pb-3 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3rem;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 768px) {

.desktop {
    display: none;
}
        
.mobile {
    display: block;
}

.container h4 {
    padding-top: 20px;
}

.logo {
    width: 200px;
}

.nav-item .visit {
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-top: 10px!important;
    margin-left: 0!important;
}

.pb-3 h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.pb-3 p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.py-3 span {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

}