@media only screen and (max-width: 521px) {
  .location p {
    font-size: 10px !important;
  }

  .dropdown-menu {
    border-bottom: 3px solid #396afc !important;
    transform: translateY(0) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
  }

  .testomonials-wrapper h1 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-menu {
    border-bottom: 3px solid #396afc !important;
    transform: translateY(0);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
  }

  .testomonials-wrapper h1 {
    display: none;
  }
}
