#pacshores-footer .footer-location-divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  margin: 30px 0 30px;
}

#pacshores-footer .footer-locations-row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

#pacshores-footer .footer-location-column {
  float: left;
  width: 48%;
}

#pacshores-footer .footer-location-column:last-child {
  float: right;
}

#pacshores-footer .footer-location-column h4 {
  margin: 0 0 10px;
}

#pacshores-footer .footer-location-column p {
  margin: 0 0 14px;
  line-height: 1.5;
}

#pacshores-footer .footer-map iframe {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #pacshores-footer .footer-location-column,
  #pacshores-footer .footer-location-column:last-child {
    float: none;
    width: 100%;
  }

  #pacshores-footer .footer-location-column {
    margin-bottom: 25px;
  }

  #pacshores-footer .footer-location-divider {
    margin: 25px 0;
  }
}

#copyright {
  text-align: center;
}

#copyright .footer-certifications {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 50px 0 18px;
  flex-wrap: wrap;
}

#copyright .footer-certification {
  display: flex;
  align-items: center;
  justify-content: center;
}

#copyright .footer-certification--dhcs img {
  max-height: 72px;
  width: auto;
  display: block;
}