/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 12 2025 | 20:47:04 */
.philobank-homepage-content-item {
  display: flex;
  width: 100%;
  padding: 50px 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #EEE;
  gap: 50px;
  justify-content: center;
}
.philobank-homepage-content-item .philobank-homepage-content-item-left {
  width: 50%;
  max-width: 500px;
  text-align: center;
}
.philobank-homepage-content-item .philobank-homepage-content-item-right {
  width: 50%;
  max-width: 500px;
}
.pb-last-two-posts {
  display: flex;
  width: 100%;
  margin: 30px auto 0 auto;
  gap: 50px;
  border-bottom: solid 1px #EEE;
  padding-bottom: 50px;
  justify-content: center;
}
a.pb-last-two-posts-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 500px;
  transition: all ease 0.3s;
  text-decoration: none;
  border: solid 1px transparent;
}
a.pb-last-two-posts-item:hover {
  border: solid 1px #5aa3d0;
}
a.pb-last-two-posts-item .pb-last-two-posts-item-image-holder {
  width: 100%;
  height: 300px;
}
a.pb-last-two-posts-item .pb-last-two-posts-item-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.pb-last-two-posts-item .pb-last-two-posts-item-text-holder {
  background: #f7f7f7;
  text-align: center;
  display: block;
  padding: 25px;
}
a.pb-last-two-posts-item .pb-last-two-posts-item-text-holder .pb-last-two-posts-item-text-title {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1em;
}
.home .philobank-site-main article h3.homepage-announcements-heading {
  margin-top: 50px;
  font-size: 1.9rem;
  line-height: 1em;
  text-align: center;
}
.homepage-hours-footer-wrapper {
  padding-top: 30px;
}
.homepage-hours-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.homepage-hours-footer-item {
  background: #f7f7f7;
  padding: 20px;
}
.homepage-hours-footer .homepage-hours-footer-item h4.homepage-hours-footer-item-location {
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
/* ----------------------------------------------------- */
@media screen and (max-width: 1299px) {
  .homepage-hours-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* ----------------------------------------------------- */
@media screen and (max-width: 899px) {
  .homepage-hours-footer {
    grid-template-columns: 1fr 1fr;
  }
  .pb-last-two-posts {
    flex-direction: column;
    gap: 30px;
  }
  a.pb-last-two-posts-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
  a.pb-last-two-posts-item .pb-last-two-posts-item-image-holder {
    height: 250px;
  }
}
/* ----------------------------------------------------- */
@media screen and (max-width: 799px) {
  .philobank-homepage-content-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .philobank-homepage-content-item:first-child {
    padding-top: 20px;
  }
  .philobank-homepage-content-item .philobank-homepage-content-item-left, .philobank-homepage-content-item .philobank-homepage-content-item-right {
    width: 100%;
  }
}
/* ----------------------------------------------------- */
@media screen and (max-width: 599px) {
  .homepage-hours-footer {
    grid-template-columns: 1fr;
  }
  a.pb-last-two-posts-item .pb-last-two-posts-item-image-holder {
    height: 200px;
  }
  a.pb-last-two-posts-item .pb-last-two-posts-item-text-holder .pb-last-two-posts-item-text-title {
    font-size: 1.2rem;
  }
  .home .philobank-site-main article h3.homepage-announcements-heading {
    font-size: 1.5rem;
  }
}
