#page_top_banner {
  width: 100%;
  height: auto;
  background-image: url('/img/bespoke-brass-lightbox.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 5%;
  background-size: 117%;
  color: #fff;
}

.page_top_banner {
  background: rgba(0, 0, 0, 0.5)
}

.page_top_banner_wrapper {
  font-size: 0;
  max-width: 1140px;
  margin: 0 auto;
  padding: 45px 30px
}

.page_top_banner_wrapper figure {
  display: inline-block;
  width: calc(100% / 3 - 14px);
  padding-top: 30px
}

.page_top_banner_wrapper figure:nth-child(4) {
  padding-left: 19px;
  padding-right: 19px
}

.page_top_banner_wrapper figure img {
  max-width: 100%;
  border: 2px solid #ffa800
}

.page_top_banner h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 44px
}

.page_top_banner p {
  font-size: 16px;
  padding-top: 15px;
  line-height: 20px
}

.page_top_banner p a {
  color: #ffa800
}

@media only screen and (max-width: 942px) {
  #page_top_banner {
      padding-top:112px
  }
}

@media only screen and (max-width: 980px) {
  .page_top_banner h2 {
      font-size:30px;
      line-height: 34px
  }
}

@media only screen and (max-width: 726px) {
  .page_top_banner h2 {
      font-size:20px;
      line-height: 24px
  }
}

@media only screen and (max-width: 542px) {
  #page_top_banner {
      background-position-y:5%;
      background-size: 135%
  }
}

#page_content {
  max-width: 1200px;
  margin: 0 auto;
  color: #393939;
  padding: 50px 0 0
}

.franchise_group {
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden
}

.franchise_photo img {
  width: 100%
}

.franchise_group:nth-child(even) {
  background: #e8e6e3
}

.franchise_group:is(:first-of-type) {
  padding-top: 0
}

.franchise_group h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  margin-top: -4px;
  padding-bottom: 24px;
  color: #393939
}

.franchise_group p {
  font-size: 16px;
  line-height: 18px;
  color: #393939;
  padding-bottom: 18px
}

.franchise_group figure:not(:last-of-type) {
  padding-bottom: 18px
}

.franchise_group ul {
  list-style-type: circle;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  padding-bottom: 18px
}

.left_column {
  display: inline-block;
  width: calc(50% - 74px);
  padding: 0 44px 0 30px;
  vertical-align: top
}

.right_column {
  display: inline-block;
  width: calc(50% - 74px);
  padding-left: 44px;
  padding-right: 30px
}

@media only screen and (max-width: 942px) {
  .franchise_group h3 {
    font-size:40px;
    line-height: 44px
  }
}

@media only screen and (max-width: 509px) {
  .franchise_group h3 {
    font-size:20px;
    line-height: 24px
  }
}

@media only screen and (max-width: 768px) {
  #page_top_banner {
    padding-top: 0;
  }

  .page_top_banner p {
    padding-top: 0;
  }

  .page_top_banner_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_column,
  .right_column {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
