.home-community-contact {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.home-community-contact-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
}

.home-community-intro > p:not(.home-community-eyebrow) {
  margin: 0;
  line-height: 1.5;
}

.home-community-call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.home-community-phone {
  margin-top: 0;
  white-space: nowrap;
}

.home-community-hours {
  max-width: 150px;
  margin: .55rem 0 0;
  line-height: 1.4;
}

.home-community-contact-footer {
  padding-top: .9rem;
  border-top: 1px solid rgba(191, 242, 238, .25);
}

.home-community-link {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
}

.home-news {
  border-top: 0;
}

@media (max-width: 760px) {
  .home-community-contact-top {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-community-call {
    align-items: flex-start;
    text-align: left;
  }

  .home-community-hours {
    max-width: none;
  }

}
