@media (min-width: 768px) {
    .dropdown_menu>ul>li>section {
        max-height: calc(100vh - 130px) !important;
        overflow-y: auto;
        border-radius: 10px;
    }
}