.lawyers-directory-header-navbar {
  background: #246131;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  height: 60px;
  position: fixed;
  z-index: 2;
}

.lawyers-directory-header-navbar img {
  height: 35px;
}

.lawyers-directory-trial {
  color: black;
  height: 32px;
  background: #B1ECBF;
  box-shadow: 0px 0px 8px rgba(42, 54, 45, 0.4);
  border-radius: 4px;
  border: 0px;
  margin-right: 10px;
  text-transform: none;
}

@media (max-width: 610px) {
  .logo-with-description {
    display: none;
  }
}

.lawyers-directory-header-right-div {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  position: static;
}

.lawyers-directory-home-button {
  margin-right: 10px;
}

