@media screen and (max-width: 768px) {
  .dropdown-toggle.Programs:hover .program {
    display: block;
    position: relative !important;
    z-index: 1;
    list-style: none;
    background: #fab13e;
    box-shadow: 0px 0px 10px 0px #886d6d;
    top: 0px !important;
    padding: 10px;
    left: 0px !important; }

  .dropdown-toggle.Testimonials:hover .testimonials {
    display: block;
    position: relative !important;
    z-index: 1;
    list-style: none;
    background: #fab13e;
    box-shadow: 0px 0px 10px 0px #886d6d;
    top: 0px !important;
    padding: 10px;
    left: 0px !important; } }
