@media all and (max-width: 1800px) {
    .dropdown_grid {grid-template-columns: repeat(2, 1fr);}
    
}
@media all and (max-width: 1440px) {
    .dropdown_grid {gap: 15px;}
    .dropdown_item .icon img { width: 36px; }
    .dropdown_grid li:first-child .dropdown_item .icon img { width: 40px; }
    .dropdown_grid li:last-child .dropdown_item .icon img { width: 26px; }
    .dropdown_item .icon {width: 60px; height: 60px;}
    .dropdown_toggle {padding: 0 0 0 10px; height: 60px; font-size: 15px; line-height: 20px;}
    .dropdown_toggle .arrow {width: 15px; margin-right: 15px;}
    .sub_menu {padding: 15px 10px}
}
@media all and (max-width: 768px) {
    .dropdown_grid {grid-template-columns: inherit;}
}