header {
  position: relative;
  z-index: 100;
}

.navbar-nav .nav-item .nav-link {
  display: block !important;
  text-align: center !important;
}

.w153c-attorneys {
  padding: 5rem 0;
}

.w153c-attorneys__row {
  row-gap: 30px;
  align-items: stretch;
}

.w153c-attorneys__item {
  display: flex;
  align-items: stretch;
}

.w153c-attorneys__item-inner {
  flex: 0 0 100%;
  border: 1px solid rgb(0 36 58 / 10%);
  padding-bottom: 4.5rem;
  position: relative;
}

.w153c-attorneys__item-image {
  display: block;
  width: 100%;
  height: auto;
}

.w153c-attorneys__item-details {
  padding: 1rem;
  position: relative;
}

.w153c-attorneys__item-contact,
.w153c-profile__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.w153c-profile__contact {
  padding-top: 1rem;
  font-size: 16px;
}

.w153c-profile__contact span {
  margin: 0;
}

.w153c-profile__contact--spacing-bottom {
  padding-top: 0;
  padding-bottom: 1rem;
}

.w153c-attorneys__item-contact-email,
.w153c-profile__contact-email {
  margin: 0 0 0 auto !important;
}

.w153c-profile__contact--light a {
  color: #fff;
  font-weight: bold;
}

.w153c-attorneys__item-button {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: block;
  text-align: center;
  width: auto;
}

.w153c-hero h2 {
  top: auto !important;
  bottom: 5rem !important;
  padding: 2rem;
  background-color: rgb(255 255 255 / 80%);
}

.w153c-hero img {
  height: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1700px) {
  .w153c-hero h2 {
    bottom: 3rem !important;
    right: 3rem !important;
    padding: 1rem;
  }
}

@media only screen and (max-width: 700px) {
  .w153c-hero h2 {
    position: static !important;
  }
}
