.main-container {
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
#main {
    width: 100%!important;
    overflow: hidden!important;
}
.de {
    display: block;
    z-index: 999;
}
.de .nav-item:hover .nav-link  {
    color: #526e40!important;
}
.de .dropdown-menu.show {
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .de {
        display: none!important;
        opacity: 0!important;
    }
}

.otherInfo .images-info img {
    border-radius: 0!important;
}